changed default log to INFO
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import logging.handlers
|
||||
|
||||
config = {
|
||||
'filename': '/tmp/interpolatoryawesome.log',
|
||||
'level': logging.DEBUG,
|
||||
'level': logging.INFO,
|
||||
'size' : 1024000,
|
||||
'backupCount': 10,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user