mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 17:04:04 -04:00
Change logging to debug in dnsip (#182502)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user