How can one buffer verbose logging statements (i.e. logging.debug("...")
) until the end of a python process?
Would this require a custom logger?
My current setup uses a config file similar to Scott's
(Windows Python2.7)
How can one buffer verbose logging statements (i.e. logging.debug("...")
) until the end of a python process?
Would this require a custom logger?
My current setup uses a config file similar to Scott's
(Windows Python2.7)