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 David Wang, vinay.sajip, xtreak
Date 2019-06-19.10:12:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560939162.91.0.333326507329.issue37258@roundup.psfhosted.org>
In-reply-to
Content
This is not actually a bug, but happens because the logger is instantiated directly, rather than through logging.getLogger(...). Because of the direct instantiation, the logger cache isn't tracked via setLevel() - because the logger doesn't end up in logging.manager.loggerDict.

However, I will incorporate Karthikeyan's test (modified to avoid direct instantiation), and update the documentation to strengthen the information to avoid direct instantiation of loggers.
History
Date User Action Args
2019-06-19 10:12:42vinay.sajipsetrecipients: + vinay.sajip, xtreak, David Wang
2019-06-19 10:12:42vinay.sajipsetmessageid: <1560939162.91.0.333326507329.issue37258@roundup.psfhosted.org>
2019-06-19 10:12:42vinay.sajiplinkissue37258 messages
2019-06-19 10:12:42vinay.sajipcreate