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:
Valentin Lorentz 2024-04-26 08:57:49 +02:00
parent 943f39745d
commit 6758c00363
1 changed files with 1 additions and 1 deletions

View File

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