Changed to make 'output' the default log level.

This commit is contained in:
Bob Lantz
2011-01-04 17:12:34 -08:00
parent 1ee6fad705
commit 1dcc047624
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ LEVELS = { 'debug': logging.DEBUG,
'critical': logging.CRITICAL }
# change this to logging.INFO to get printouts when running unit tests
LOGLEVELDEFAULT = logging.WARNING
LOGLEVELDEFAULT = OUTPUT
#default: '%(asctime)s - %(name)s - %(levelname)s - %(message)s'
LOGMSGFORMAT = '%(message)s'