Protip: check your debug.log regularly

The log level is specified in your config.yaml like so:

  logging: &id001
    log_filename: log/debug.log
    log_level: WARNING
    log_stdout: false
  • The default log level is WARNING.

  • A log level of INFO makes it very verbose for troubleshooting.

  • I am assuming there is also a stricter level of ERROR which only shows errors?

2 Likes