Change logging to debug in dnsip (#182502)

This commit is contained in:
G Johansson
2026-09-17 18:29:20 +02:00
committed by GitHub
parent 8619748b34
commit 505d776cac
+1 -1
View File
@@ -153,7 +153,7 @@ class WanIpSensor(SensorEntity):
await self._resolver.close()
return ips
except DNSError as err:
_LOGGER.warning("Exception while resolving host: %s", err)
_LOGGER.debug("Exception while resolving host: %s", err)
await self._resolver.close()
return ips