mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Attempt to document a bit better.
This commit is contained in:
parent
a37129a7c7
commit
3bacc7d0b7
@ -70,7 +70,9 @@ conf.registerChannelValue(conf.supybot.plugins.ChannelLogger,
|
|||||||
channel."""))
|
channel."""))
|
||||||
conf.registerChannelValue(conf.supybot.plugins.ChannelLogger, 'rotateLogs',
|
conf.registerChannelValue(conf.supybot.plugins.ChannelLogger, 'rotateLogs',
|
||||||
registry.Boolean(False, """Determines whether the bot will automatically
|
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,
|
conf.registerChannelValue(conf.supybot.plugins.ChannelLogger,
|
||||||
'filenameTimestamp', registry.String('%d-%a-%Y', """Determines how to
|
'filenameTimestamp', registry.String('%d-%a-%Y', """Determines how to
|
||||||
represent the timestamp used for the filename in rotated logs. When this
|
represent the timestamp used for the filename in rotated logs. When this
|
||||||
|
Loading…
Reference in New Issue
Block a user