add missing brief formatter

pull/1/head
Raymond Yee 2016-06-20 12:58:10 -07:00
parent a240123c31
commit 387a4607e7
1 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,11 @@ BROKER_VHOST = "0"
LOGGING = {
'version': 1,
'disable_existing_loggers': True,
'formatters': {
'brief': {
'format': '%(asctime)s %(levelname)s %(name)s[%(funcName)s]: %(message)s',
},
},
'handlers': {
'mail_admins': {
'level': 'ERROR',