From 79d455dd952a118efe5ac0fab34c23545e86b767 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 21 Oct 2003 06:38:03 +0000 Subject: [PATCH] Changed the default minimumPriority. --- src/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug.py b/src/debug.py index e0fab86d1..8f7fe4bea 100644 --- a/src/debug.py +++ b/src/debug.py @@ -74,7 +74,7 @@ else: # minimumPriority: Lowest priority logged; # One of {'verbose', 'low', 'normal', 'high'}. -minimumPriority = 'verbose' +minimumPriority = 'low' # deadlyExceptions: Exceptions that should cause immediate failure. deadlyExceptions = [KeyboardInterrupt, SystemExit]