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