mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-11-25 20:27:21 +01:00
Fixed bug #893608.
This commit is contained in:
parent
53f9c0aa94
commit
bc10f87683
@ -543,10 +543,10 @@ def main():
|
|||||||
|
|
||||||
# conf.supybot.log.level
|
# conf.supybot.log.level
|
||||||
output("""Your bot can handle debug messages at several priorities,
|
output("""Your bot can handle debug messages at several priorities,
|
||||||
CRITICAL, in decreasing order of priority. By
|
CRITICAL, ERROR, WARNING, INFO, and DEBUG, in decreasing order of priority.
|
||||||
default, your bot will log all of these priorities. You can, however,
|
By default, your bot will log all of these priorities except DEBUG. You
|
||||||
specify that he only log messages above a certain priority level. Of
|
can, however, specify that it only log messages above a certain priority
|
||||||
course, all error messages will still be logged.""")
|
level.""")
|
||||||
newLogLevel = something('What would you like the minimum priority to be? '
|
newLogLevel = something('What would you like the minimum priority to be? '
|
||||||
'Just press enter to accept the default.',
|
'Just press enter to accept the default.',
|
||||||
default=priority).lower()
|
default=priority).lower()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user