Turned stdout off entirely.

This commit is contained in:
Jeremy Fincher 2004-02-06 05:25:48 +00:00
parent b6c7fcafe4
commit cc68310aa8
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@ def main():
except KeyError:
priority = 'INFO'
registry._cache['supybot.log.level'] = 'CRITICAL'
registry._cache['supybot.log.stdout'] = 'False'
# Now that we're all set, import conf and log
import conf