问题
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)
来源:https://stackoverflow.com/questions/37579721/how-to-avoid-the-impact-of-verbose-logging