[issue7181] No logging when two loggers with same qualname

2009-10-21 Thread Vinay Sajip
Vinay Sajip 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 er

[issue7181] No logging when two loggers with same qualname

2009-10-21 Thread R. David Murray
Changes by R. David Murray : -- nosy: +vinay.sajip priority: -> normal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue7181] No logging when two loggers with same qualname

2009-10-21 Thread Cristian Romanescu
New submission from Cristian Romanescu : Hello, everyone. I think I have found a bug in the python logging module when configured via fileConfig Scenario 1: When using the configuration file attached to this ticket and test case below, there should be logging in three places: * console (info an