I've tried setting logging.basicConfig(level=logging.WARNING) in
main.py but this didn't work. All the debug messages were still in the
logs.

However, the logging.conf worked. I've just used the example one which
sets everything to warning, and the debug messages were gone. So I
think the logging policy described in the Sanderson's book is no
longer in place and it's possible to control the level now :)

Reply via email to