From cc68310aa85d6d24ba16fbf559aeca3a7064b5a1 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 6 Feb 2004 05:25:48 +0000 Subject: [PATCH] Turned stdout off entirely. --- scripts/supybot-wizard | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/supybot-wizard b/scripts/supybot-wizard index b18c2e917..591606ba4 100755 --- a/scripts/supybot-wizard +++ b/scripts/supybot-wizard @@ -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