Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed `LOG_FMT` typo in README.md
  • Loading branch information
joente authored Sep 30, 2024
1 parent 7f345e3 commit dd8b253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Variable | Default | Description
`DRY_RUN` | _none_ | Do not run demonized, just return checks and assets specified in the given yaml _(see the [Dry run section](#dry-run) below)_.
`LOG_LEVEL` | `warning` | Log level (`debug`, `info`, `warning`, `error` or `critical`).
`LOG_COLORIZED` | `0` | Log using colors (`0`=disabled, `1`=enabled).
`LOG_FTM` | `%y%m%d %H:%M:%S` | Log format prefix.
`LOG_FMT` | `%y%m%d %H:%M:%S` | Log format prefix.


## Docker build
Expand Down Expand Up @@ -55,4 +55,4 @@ snmp:
# supported: USM_PRIV_CBC56_DES, USM_PRIV_CFB128_AES or USM_PRIV_NONE
type: USM_PRIV_CFB128_AES
password: "my secret password"
```
```

0 comments on commit dd8b253

Please sign in to comment.