mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Changed the default minimumPriority.
This commit is contained in:
parent
0c93c8071f
commit
79d455dd95
@ -74,7 +74,7 @@ else:
|
|||||||
|
|
||||||
# minimumPriority: Lowest priority logged;
|
# minimumPriority: Lowest priority logged;
|
||||||
# One of {'verbose', 'low', 'normal', 'high'}.
|
# One of {'verbose', 'low', 'normal', 'high'}.
|
||||||
minimumPriority = 'verbose'
|
minimumPriority = 'low'
|
||||||
|
|
||||||
# deadlyExceptions: Exceptions that should cause immediate failure.
|
# deadlyExceptions: Exceptions that should cause immediate failure.
|
||||||
deadlyExceptions = [KeyboardInterrupt, SystemExit]
|
deadlyExceptions = [KeyboardInterrupt, SystemExit]
|
||||||
|
Loading…
Reference in New Issue
Block a user