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 23aed41 commit 784156f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 784156f

Please sign in to comment.