From df93f3504ebf44a48e7bc90edb9ec05c8932c22b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 27 Jun 2014 07:23:16 +0000 Subject: [PATCH] Mailman: send me an email on errors --- roles/mailman/templates/settings.py.j2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/mailman/templates/settings.py.j2 b/roles/mailman/templates/settings.py.j2 index 37323c1a98..7ba048a1d2 100644 --- a/roles/mailman/templates/settings.py.j2 +++ b/roles/mailman/templates/settings.py.j2 @@ -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',