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