List valid log levels (#668)

This commit is contained in:
Steven
2022-08-08 12:32:38 +02:00
committed by GitHub
parent bfd6083218
commit cef6cd5c41

View File

@@ -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 |