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