[issue3136] [PATCH] logging.config.fileConfig() compulsivly disable all existing loggers

Leandro Lucarella report at bugs.python.org
Thu Jun 19 15:02:35 CEST 2008


Leandro Lucarella <llucax at gmail.com> added the comment:

The problem is you can't always do that call before using the loggers.

In my case, I get the logging config file via command-line arguments
(using optparse), but before I can't even know what logging config file
to load, I have log calls.

Please reopen the bug, the actual solution is not flexible enough.

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


More information about the Python-bugs-list mailing list