summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2024-05-11 14:53:22 -0400
committerGitHub <noreply@github.com>2024-05-11 18:53:22 +0000
commita55441b886ee692f8734e6c561ae0ebebff64a55 (patch)
tree39b708583b6ec27e1c4e49a7d10ce2976b9eef3c /docs
parente25ea4845e3b01b48055ace6ff910a7391c6ae54 (diff)
chore: Switch from zerolog to slog (#2068)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/content/usage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/usage.md b/docs/content/usage.md
index 52db98ff..1ac2ca96 100644
--- a/docs/content/usage.md
+++ b/docs/content/usage.md
@@ -367,7 +367,7 @@ The `GOMPLATE_LOG_FORMAT` environment variable can be used to control the format
of the log messages that gomplate may output, whether error messages or debug
messages when the [`--verbose`](#verbose) option is in use.
-The value can be set to `json`, `logfmt`, `console`, or `simple`.
+The value can be set to `json` or `logfmt`.
#### `json` format