Change the default for individualPluginLogfiles.

This commit is contained in:
Jeremy Fincher 2004-08-23 22:48:17 +00:00
parent 5fe709f749
commit 4c30b3f644
1 changed files with 1 additions and 1 deletions

View File

@ -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):