mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 22:49:23 +01:00
limnoria-test: Fix log config
Since 03a3777129
we use .format() instead of % for substitution,
so these should not be escaped anymore.
This commit is contained in:
parent
943f39745d
commit
6758c00363
@ -61,7 +61,7 @@ supybot.reply.whenNotCommand: True
|
||||
supybot.log.stdout: False
|
||||
supybot.log.stdout.level: ERROR
|
||||
supybot.log.level: DEBUG
|
||||
supybot.log.format: %%(levelname)s %%(message)s
|
||||
supybot.log.format: %(levelname)s %(message)s
|
||||
supybot.log.plugins.individualLogfiles: False
|
||||
supybot.protocols.irc.throttleTime: 0
|
||||
supybot.reply.whenAddressedBy.chars: @
|
||||
|
Loading…
Reference in New Issue
Block a user