[New-bugs-announce] [issue22130] Logging fileConfig behavior does not match documentation

Brendan Meeder report at bugs.python.org
Sun Aug 3 19:16:57 CEST 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue22130>
_______________________________________


More information about the New-bugs-announce mailing list