From 43274bf7b42492f73a0655728f20fde3262d4e18 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 22 Feb 2022 08:51:51 -0500 Subject: [PATCH] Attempt to fix a broken j2 config which is behind a comment. This caused django startup of various web daemons to fail. --- roles/mailman/templates/settings.py.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/mailman/templates/settings.py.j2 b/roles/mailman/templates/settings.py.j2 index d68e872143..a3d5d75fcc 100644 --- a/roles/mailman/templates/settings.py.j2 +++ b/roles/mailman/templates/settings.py.j2 @@ -381,6 +381,8 @@ LOGGING = { #{% if env == 'production' %} #'mail_admins', #{% endif %} + # + ], 'level': 'DEBUG', },