Al Sweigart added the comment:

As a general indicator, I did a google search for 
"logging.disable(logging.XXX)" for the different levels. The number of results 
passing ERROR, WARN, DEBUG, and INFO are under a couple dozen each. But the 
number of results for "logging.disable(logging.CRITICAL)" is 3,800.

It's a rough estimate, but it shows that 95%+ of the time people call 
logging.disable() they want to disable all logging.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28524>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to