Update example_log_config.yaml (#4820)

This commit is contained in:
Richard van der Hoff
2019-03-07 14:12:10 +00:00
committed by GitHub
parent 685704536f
commit 32471d63b7
2 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ handlers:
# example output to console
console:
class: logging.StreamHandler
formatter: fmt
filters: [context]
# example output to file - to enable, edit 'root' config below.
@@ -29,7 +30,7 @@ handlers:
maxBytes: 100000000
backupCount: 3
filters: [context]
encoding: utf8
root:
level: INFO