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 vinay.sajip
Recipients Daehee Kim, abarry, vinay.sajip
Date 2018-06-08.10:11:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528452714.03.0.592728768989.issue33423@psf.upfronthosting.co.za>
In-reply-to
Content
You can't make the proposed change (removing call to basicConfig() from logging.debug() etc.) without breaking backwards compatibility.

The inconsistency is just a consequence of how you choose to mix and match calls to the module-level convenience functions and calls to individual loggers.

I've marked the resolution for this as "not a bug" rather than "wontfix" even though the issue is of type "enhancement". That's because I don't think the proposed change will be an actual enhancement over the status quo.
History
Date User Action Args
2018-06-08 10:11:54vinay.sajipsetrecipients: + vinay.sajip, abarry, Daehee Kim
2018-06-08 10:11:54vinay.sajipsetmessageid: <1528452714.03.0.592728768989.issue33423@psf.upfronthosting.co.za>
2018-06-08 10:11:53vinay.sajiplinkissue33423 messages
2018-06-08 10:11:53vinay.sajipcreate