diff --git a/src/log.py b/src/log.py index 304e1cc9a..d032a887f 100644 --- a/src/log.py +++ b/src/log.py @@ -289,7 +289,7 @@ conf.registerGlobalValue(conf.supybot.log, 'stdout', registry.Boolean(True, """Determines whether the bot will log to stdout.""")) conf.registerGlobalValue(conf.supybot.log, 'individualPluginLogfiles', - registry.Boolean(True, """Determines whether the bot will separate plugin + registry.Boolean(False, """Determines whether the bot will separate plugin logs into their own individual logfiles.""")) class BooleanRequiredFalseOnWindows(registry.Boolean):