New submission from Brendan Meeder:

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.

----------
components: Library (Lib)
messages: 224648
nosy: Brendan.Meeder
priority: normal
severity: normal
status: open
title: Logging fileConfig behavior does not match documentation
type: behavior
versions: Python 2.7

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

Reply via email to