Mailman: send me an email on errors
This commit is contained in:
parent
c41c2986ef
commit
df93f3504e
1 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@ DEBUG = False
|
|||
TEMPLATE_DEBUG = DEBUG
|
||||
|
||||
ADMINS = (
|
||||
('HyperKitty Admin', 'root@localhost'),
|
||||
('HyperKitty Admin', 'abompard@fedoraproject.org'),
|
||||
)
|
||||
|
||||
MANAGERS = ADMINS
|
||||
|
@ -297,11 +297,11 @@ LOGGING = {
|
|||
},
|
||||
},
|
||||
'loggers': {
|
||||
#'django.request': {
|
||||
# 'handlers': ['mail_admins'],
|
||||
# 'level': 'ERROR',
|
||||
# 'propagate': True,
|
||||
#},
|
||||
'django.request': {
|
||||
'handlers': ['mail_admins'],
|
||||
'level': 'ERROR',
|
||||
'propagate': True,
|
||||
},
|
||||
'django.request': {
|
||||
'handlers': ['file'],
|
||||
'level': 'ERROR',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue