We want to set the log level, not minimuPriority (which doesn't exist anymore)

This commit is contained in:
James Vega 2004-01-31 23:33:33 +00:00
parent 4f9e63fd6a
commit 33cafb818c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ supybot.directories.conf: test-conf
supybot.directories.log: test-logs
supybot.reply.whenNotCommand: False
supybot.log.stdout: False
supybot.log.minimumPriority: DEBUG
supybot.log.level: DEBUG
supybot.log.detailedTracebacks: False
supybot.throttleTime: 0
""")