Changed the default minimumPriority.

This commit is contained in:
Jeremy Fincher 2003-10-21 06:38:03 +00:00
parent 0c93c8071f
commit 79d455dd95
1 changed files with 1 additions and 1 deletions

View File

@ -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]