mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Changed the default minimumPriority.
This commit is contained in:
parent
0c93c8071f
commit
79d455dd95
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user