Update example_log_config.yaml (#4820)

pull/14/head
Richard van der Hoff 6 years ago committed by GitHub
parent 685704536f
commit 32471d63b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      changelog.d/4820.misc
  2. 3
      contrib/example_log_config.yaml

@ -0,0 +1 @@
Update example_log_config.yaml.

@ -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

Loading…
Cancel
Save