From f069e6f7cb016bbe130fa5f7c0b7ab800ad38064 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Mon, 31 Aug 2020 17:36:51 +0200 Subject: [PATCH] use warning log for custom domain DNS issue --- cron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.py b/cron.py index 797c6cf1..a74f1f74 100644 --- a/cron.py +++ b/cron.py @@ -330,7 +330,7 @@ def check_custom_domain(): if sorted(mx_domains) != sorted(EMAIL_SERVERS_WITH_PRIORITY): user = custom_domain.user - LOG.exception( + LOG.warning( "The MX record is not correctly set for %s %s %s", custom_domain, user,