diff --git a/_modules/parsedmarc/utils.html b/_modules/parsedmarc/utils.html
index 11c48ab5..e6f39c05 100644
--- a/_modules/parsedmarc/utils.html
+++ b/_modules/parsedmarc/utils.html
@@ -310,9 +310,7 @@
)[0]
except dns.exception.DNSException as e:
- if "The DNS query name does not exist" not in str(e):
- logger.warning(f"get_reverse_dns({ip_address}) exception: {e}")
- pass
+ logger.debug(f"get_reverse_dns({ip_address}) exception: {e}")
return hostname