diff options
-rw-r--r-- | roles/mailman/templates/settings.py.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/mailman/templates/settings.py.j2 b/roles/mailman/templates/settings.py.j2 index f7043822e..2db72eb0e 100644 --- a/roles/mailman/templates/settings.py.j2 +++ b/roles/mailman/templates/settings.py.j2 @@ -348,7 +348,7 @@ LOGGING = { 'django.request': { 'handlers': [ 'file', - {% if env == 'prod' %} + {% if env == 'production' %} 'mail_admins', {% endif %} ], |