Saturday, 15 August 2015

Python logbook - how to dynamically control logging level -


I have recently switched from logging using 'logbook'.
So far, very good, but I am an important methodology - the ability to change the minimum level during the runtime is missing. In 'logging', I can call myLogger.setLevel (logging.INFO), but there is no similar method in any logbook. anyone? myLogger.level = logbook

INFO


No comments:

Post a Comment