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]