py2 fileConfig in module logging.config missing description for disable_existing_loggers

28 Apr
2010
28 Apr
'10
7:37 p.m.
Hi
disable_existing_loggers should be described also for py versions < 3k
fileConfig(fname, defaults=None, disable_existing_loggers=1)
from the http://docs.python.org/py3k/library/logging.html If disable_existing_loggers is true, any existing loggers that are not children of named loggers will be disabled.
cheers Reimar
4969
Age (days ago)
4969
Last active (days ago)
0 comments
1 participants
participants (1)
-
Reimar Bauer