mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-24 14:31:47 +01:00
List valid log levels (#668)
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user