Vinay Sajip added the comment:

> My approach was just as outlined in the first few paragraphs

The not-recommended approach I'm referring to is that of having a two 
RotatingFileHandlers *with the same filename* attached to two loggers.

It's perfectly OK to follow the recommendation of naming multiple loggers in 
multiple modules using __name__ - that doesn't lead to the problem you 
described in this issue. If you use different file names for the different 
handlers, that should be OK too.

----------

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

Reply via email to