diff roundup/rlog.py @ 2977:9c8de04a76b1

unit test fixes
author Richard Jones <richard@users.sourceforge.net>
date Mon, 29 Nov 2004 02:55:47 +0000
parents 93e2e5b55a3c
children
line wrap: on
line diff
--- a/roundup/rlog.py	Mon Nov 29 02:07:59 2004 +0000
+++ b/roundup/rlog.py	Mon Nov 29 02:55:47 2004 +0000
@@ -45,7 +45,7 @@
         LVL_WARNING: 'WARNING',
         LVL_ERROR: 'ERROR',
     }
-    level = LVL_INFO
+    level = LVL_ERROR
     loggers = {}
     file = None
     def getLogger(self, name):

Roundup Issue Tracker: http://roundup-tracker.org/