changed default log to INFO

This commit is contained in:
Stephen McQuay 2011-03-22 14:13:10 -06:00
parent c642e6a1e1
commit 41261c96ce
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import logging.handlers
config = {
'filename': '/tmp/interpolatoryawesome.log',
'level': logging.DEBUG,
'level': logging.INFO,
'size' : 1024000,
'backupCount': 10,
}