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 Brendan.Meeder
Recipients Brendan.Meeder
Date 2014-08-03.17:16:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407086217.44.0.852593986521.issue22130@psf.upfronthosting.co.za>
In-reply-to
Content
The 2.7.8 documentation for fileConfig says that for disable_existing_loggers:

"If specified as False, loggers which exist when this call is made are left alone."

This is actually not the case- they are enabled after the call to fileConfig. In particular, the loggers that would be disabled if disable_existing_loggers=True are enabled after the call, regardless of whether they were previously enabled/disabled.
History
Date User Action Args
2014-08-03 17:16:57Brendan.Meedersetrecipients: + Brendan.Meeder
2014-08-03 17:16:57Brendan.Meedersetmessageid: <1407086217.44.0.852593986521.issue22130@psf.upfronthosting.co.za>
2014-08-03 17:16:57Brendan.Meederlinkissue22130 messages
2014-08-03 17:16:57Brendan.Meedercreate