mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-26 15:08:28 +00:00
Document log levels (#2101)
This commit is contained in:
parent
3c92b55bec
commit
cd1391fc62
1 changed files with 1 additions and 0 deletions
|
@ -368,6 +368,7 @@ logging:
|
||||||
- type: std
|
- type: std
|
||||||
level: info
|
level: info
|
||||||
- type: file
|
- type: file
|
||||||
|
# The logging level, must be one of debug, info, warn, error, fatal, panic.
|
||||||
level: info
|
level: info
|
||||||
params:
|
params:
|
||||||
path: ./logs
|
path: ./logs
|
||||||
|
|
Loading…
Reference in a new issue