diff --git a/roles/mailman/templates/settings.py.j2 b/roles/mailman/templates/settings.py.j2 index f7043822eb..2db72eb0e1 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 %} ],