use warning log for custom domain DNS issue

This commit is contained in:
Son NK 2020-08-31 17:36:51 +02:00
parent 4cb3e54821
commit f069e6f7cb
1 changed files with 1 additions and 1 deletions

View File

@ -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,