mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01:00
Set the minimum priority.
This commit is contained in:
parent
e187479e19
commit
8ee09a01b8
@ -31,11 +31,14 @@
|
|||||||
|
|
||||||
import supybot
|
import supybot
|
||||||
|
|
||||||
|
import logging
|
||||||
|
|
||||||
import conf
|
import conf
|
||||||
conf.dataDir = 'test-data'
|
conf.dataDir = 'test-data'
|
||||||
conf.confDir = 'test-conf'
|
conf.confDir = 'test-conf'
|
||||||
conf.logDir = 'test-log'
|
conf.logDir = 'test-log'
|
||||||
conf.replyWhenNotCommand = False
|
conf.replyWhenNotCommand = False
|
||||||
|
conf.minimumLogPriority = logging.CRITICAL
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user