[#858] config/example: Set log levels in verbosity order
Signed-off-by: Sergio Nemirowski <sergio@nspcc.ru>
This commit is contained in:
parent
62093c1524
commit
57007f4a52
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
logger:
|
||||
level: debug # logger level: one of "info"(default), "debug", "warn", "error", "dpanic", "panic", "fatal"
|
||||
level: debug # logger level: one of "debug", "info" (default), "warn", "error", "dpanic", "panic", "fatal"
|
||||
|
||||
profiler:
|
||||
address: 127.0.0.1:6060 # endpoint for Node profiling
|
||||
|
|
Loading…
Reference in a new issue