mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-14 14:12:32 +01:00
Turned stdout off entirely.
This commit is contained in:
parent
b6c7fcafe4
commit
cc68310aa8
@ -229,6 +229,7 @@ def main():
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
priority = 'INFO'
|
priority = 'INFO'
|
||||||
registry._cache['supybot.log.level'] = 'CRITICAL'
|
registry._cache['supybot.log.level'] = 'CRITICAL'
|
||||||
|
registry._cache['supybot.log.stdout'] = 'False'
|
||||||
|
|
||||||
# Now that we're all set, import conf and log
|
# Now that we're all set, import conf and log
|
||||||
import conf
|
import conf
|
||||||
|
Loading…
Reference in New Issue
Block a user