[issue7181] No logging when two loggers with same qualname

Vinay Sajip report at bugs.python.org
Wed Oct 21 19:03:48 CEST 2009


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

You have made a mistake in your configuration. You only have one logger,
named "butterfly", but this wrongly appears twice in your configuration.

Remove the errorLogger key and section entirely, then add errorHandler
to the handlers of normalLogger. Because the errorFileHandler has a
level of ERROR, only ERRORS and greater will be written to the error file.

Tested with changed file on Python 2.5.2 under Windows, performs as
expected. Closing this issue.

----------
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7181>
_______________________________________


More information about the Python-bugs-list mailing list