mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Merge pull request #853 from nyuszika7h/disable-log-wrap
Disable log.stdout.wrap by default
This commit is contained in:
commit
e0b1796042
@ -281,7 +281,7 @@ conf.registerGlobalValue(conf.supybot.log.stdout, 'colorized',
|
|||||||
BooleanRequiredFalseOnWindows(False, """Determines whether the bot's logs
|
BooleanRequiredFalseOnWindows(False, """Determines whether the bot's logs
|
||||||
to stdout (if enabled) will be colorized with ANSI color."""))
|
to stdout (if enabled) will be colorized with ANSI color."""))
|
||||||
conf.registerGlobalValue(conf.supybot.log.stdout, 'wrap',
|
conf.registerGlobalValue(conf.supybot.log.stdout, 'wrap',
|
||||||
registry.Boolean(True, """Determines whether the bot will wrap its logs
|
registry.Boolean(False, """Determines whether the bot will wrap its logs
|
||||||
when they're output to stdout."""))
|
when they're output to stdout."""))
|
||||||
conf.registerGlobalValue(conf.supybot.log.stdout, 'format',
|
conf.registerGlobalValue(conf.supybot.log.stdout, 'format',
|
||||||
registry.String('%(levelname)s %(asctime)s %(message)s',
|
registry.String('%(levelname)s %(asctime)s %(message)s',
|
||||||
|
Loading…
Reference in New Issue
Block a user