From 5cc8e9bc6ca490dee3a38c527245c0baea3f3669 Mon Sep 17 00:00:00 2001 From: Sylvain Thenault Date: Fri, 5 Dec 2008 17:23:31 +0100 Subject: shouldn't force threshold in debug mode --- logging_ext.py | 1 - 1 file changed, 1 deletion(-) diff --git a/logging_ext.py b/logging_ext.py index 67b8342..16f3b52 100644 --- a/logging_ext.py +++ b/logging_ext.py @@ -94,7 +94,6 @@ def init_log(debug=False, syslog=False, logthreshold=None, logfile=None, handler = logging.StreamHandler(sys.stdout) else: if debug: - logthreshold = logging.DEBUG handler = logging.StreamHandler() elif logfile is None: if syslog: -- cgit v1.2.1