[issue17521] fileConfig() disables any previously-used "named" loggers, even when getLogger() is called again.
Vinay Sajip
report at bugs.python.org
Fri Mar 22 22:50:54 CET 2013
Vinay Sajip added the comment:
The logger obtained by logging.getLogger('root') is not the root logger, but a child of the root logger.
Please post your configuration, ideally the smallest version which allows you to reproduce the failure.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17521>
_______________________________________
More information about the Python-bugs-list
mailing list