lower archive logger verbosity
This commit is contained in:
parent
0ce7c8e71e
commit
f4e59f8634
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ logger:
|
|||
# Currently console and file loggers are available
|
||||
- type: console
|
||||
# Log level could be one of trace, debug, info, warn, error, fatal, silent
|
||||
level: info
|
||||
level: warn
|
||||
# format: json
|
||||
# File logger format is in newline delimited JSON. See http://ndjson.org
|
||||
- type: file
|
||||
|
|
Loading…
Reference in a new issue