From cef6cd5c41f036d9cd96f54ea403d36343346233 Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 8 Aug 2022 12:32:38 +0200 Subject: [PATCH] List valid log levels (#668) --- docs/usage/command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/command-line.md b/docs/usage/command-line.md index 1cfe6b11..a07c5de4 100644 --- a/docs/usage/command-line.md +++ b/docs/usage/command-line.md @@ -41,7 +41,7 @@ Following environment variables can also be used in place: | `CONFIG` | | Diun configuration file | | `PROFILER_PATH` | | Base path where profiling files are written | | `PROFILER` | | [Profiler](../faq.md#profiling) to use | -| `LOG_LEVEL` | `info` | Log level output | +| `LOG_LEVEL` | `info` | One of `panic`, `fatal`, `error`, `warn`, `info`, `debug` or `trace` | | `LOG_JSON` | `false` | Enable JSON logging output | | `LOG_CALLER` | `false` | Enable to add `file:line` of the caller | | `LOG_NOCOLOR` | `false` | Disables the colorized output |