python - How to avoid the impact of verbose logging? -


how can 1 buffer verbose logging statements (i.e. logging.debug("...")) until end of python process? require custom logger?

my current setup uses config file similar scott's

(windows python2.7)