Added a rule for the default logger in the example config file.

master
Pacman Ghost 4 years ago
parent 56dbac1232
commit e49785ff8f
  1. 3
      vasl_templates/webapp/config/logging.yaml.example

@ -14,6 +14,9 @@ handlers:
filename: "/tmp/vasl-templates.log"
mode: "w"
root:
level: "WARNING"
handlers: [ "file" ]
loggers:
werkzeug:
level: "WARNING"

Loading…
Cancel
Save