Use boolean for another flag option.
This commit is contained in:
parent
96f05e52a7
commit
472f2e2205
|
@ -49,7 +49,7 @@ else:
|
|||
# _listener holds the server object doing the listening
|
||||
_listener = None
|
||||
|
||||
def fileConfig(fname, defaults=None, disable_existing_loggers=1):
|
||||
def fileConfig(fname, defaults=None, disable_existing_loggers=True):
|
||||
"""
|
||||
Read the logging configuration from a ConfigParser-format file.
|
||||
|
||||
|
|
Loading…
Reference in New Issue