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
|
TEMPLATE_DEBUG = DEBUG
|
||||||
|
|
||||||
ADMINS = (
|
ADMINS = (
|
||||||
('HyperKitty Admin', 'root@localhost'),
|
('HyperKitty Admin', 'abompard@fedoraproject.org'),
|
||||||
)
|
)
|
||||||
|
|
||||||
MANAGERS = ADMINS
|
MANAGERS = ADMINS
|
||||||
|
@ -297,11 +297,11 @@ LOGGING = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'loggers': {
|
'loggers': {
|
||||||
#'django.request': {
|
'django.request': {
|
||||||
# 'handlers': ['mail_admins'],
|
'handlers': ['mail_admins'],
|
||||||
# 'level': 'ERROR',
|
'level': 'ERROR',
|
||||||
# 'propagate': True,
|
'propagate': True,
|
||||||
#},
|
},
|
||||||
'django.request': {
|
'django.request': {
|
||||||
'handlers': ['file'],
|
'handlers': ['file'],
|
||||||
'level': 'ERROR',
|
'level': 'ERROR',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue