This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Al.Sweigart
Recipients Al.Sweigart, rhettinger, vinay.sajip, xiang.zhang
Date 2016-10-25.06:09:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477375764.17.0.636061223397.issue28524@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-10-25 06:09:24Al.Sweigartsetrecipients: + Al.Sweigart, rhettinger, vinay.sajip, xiang.zhang
2016-10-25 06:09:24Al.Sweigartsetmessageid: <1477375764.17.0.636061223397.issue28524@psf.upfronthosting.co.za>
2016-10-25 06:09:24Al.Sweigartlinkissue28524 messages
2016-10-25 06:09:23Al.Sweigartcreate