[issue22130] Logging fileConfig behavior does not match documentation

2014-08-05 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 17e1af9ad66c by Vinay Sajip in branch '2.7':
Issue #22130: Corrected fileConfig() documentation.
http://hg.python.org/cpython/rev/17e1af9ad66c

New changeset 734d5ab0ce6a by Vinay Sajip in branch '3.4':
Issue #22130: Corrected fileConfig() documentation.
http://hg.python.org/cpython/rev/734d5ab0ce6a

New changeset 29665ab293fa by Vinay Sajip in branch 'default':
Closes #22130: Merged documentation update from 3.4.
http://hg.python.org/cpython/rev/29665ab293fa

--
nosy: +python-dev
resolution:  - fixed
stage:  - resolved
status: open - closed

___
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



[issue22130] Logging fileConfig behavior does not match documentation

2014-08-05 Thread Brendan Meeder

Brendan Meeder added the comment:

Hi there,
  I appreciate the change to documentation but still find the updated wording 
misleading.  Existing loggers are not left enabled, implying that existing 
loggers that were disabled before the call to fileConfig remain disabled after 
the call to fileConfig.  It is this point in particular that was problematic 
for our organization.

--

___
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



[issue22130] Logging fileConfig behavior does not match documentation

2014-08-05 Thread Vinay Sajip

Vinay Sajip added the comment:

Actually, 'left enabled' means that they are left in an enabled state when the 
fileConfig() code is finished with them. This is unconnected with whatever 
state they might have had before the call to fileConfig(). I'm not sure it's 
worth belabouring the point too much, though.

--

___
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



[issue22130] Logging fileConfig behavior does not match documentation

2014-08-04 Thread Berker Peksag

Changes by Berker Peksag berker.pek...@gmail.com:


--
nosy: +vinay.sajip

___
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



[issue22130] Logging fileConfig behavior does not match documentation

2014-08-03 Thread Brendan Meeder

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