Skip to content
Snippets Groups Projects
Unverified Commit 32471d63 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Update example_log_config.yaml (#4820)

parent 68570453
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment