Attempt to document a bit better.

This commit is contained in:
Jeremy Fincher 2004-08-21 07:29:11 +00:00
parent a37129a7c7
commit 3bacc7d0b7
1 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,9 @@ conf.registerChannelValue(conf.supybot.plugins.ChannelLogger,
channel."""))
conf.registerChannelValue(conf.supybot.plugins.ChannelLogger, 'rotateLogs',
registry.Boolean(False, """Determines whether the bot will automatically
rotate the logs for this channel."""))
rotate the logs for this channel. The bot will rotate logs when the
timestamp for the log changes. The timestamp is set according to
the 'filenameTimestamp' configuration variable."""))
conf.registerChannelValue(conf.supybot.plugins.ChannelLogger,
'filenameTimestamp', registry.String('%d-%a-%Y', """Determines how to
represent the timestamp used for the filename in rotated logs. When this