log level change

This commit is contained in:
Cort Buffington 2013-07-30 10:11:07 -05:00
parent ca22654a13
commit 9e049977fd
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ dictConfig({
'ipsc': {
# 'handlers': ['file-timed', 'console-timed'],
'handlers': ['file', 'console'],
'level': 'INFO',
'level': 'DEBUG',
'propagate': True,
}
}