From 33cafb818cdbcd9ee73e3d9890cc3f57d23e0832 Mon Sep 17 00:00:00 2001 From: James Vega Date: Sat, 31 Jan 2004 23:33:33 +0000 Subject: [PATCH] We want to set the log level, not minimuPriority (which doesn't exist anymore) --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.py b/test/test.py index a8d513665..df4356d9b 100755 --- a/test/test.py +++ b/test/test.py @@ -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 """)