Improved syslogging

This commit is contained in:
Cort Buffington 2014-08-15 11:22:39 -05:00
parent d88f90d0b4
commit 536dc73521

View File

@ -237,7 +237,7 @@ dictConfig({
},
'syslog': {
'class': 'logging.handlers.SysLogHandler',
'formatter': 'verbose',
'formatter': 'simple',
}
},
'loggers': {