mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07:10 +00:00
Remove excessive logging (#41120)
This commit is contained in:
parent
a3fef0f330
commit
788cb0d1ce
@ -136,10 +136,10 @@ async def async_setup(hass, config):
|
|||||||
)
|
)
|
||||||
|
|
||||||
except asyncio.TimeoutError:
|
except asyncio.TimeoutError:
|
||||||
_LOGGER.warning("Timeout call %s", request_url, exc_info=1)
|
_LOGGER.warning("Timeout call %s", request_url)
|
||||||
|
|
||||||
except aiohttp.ClientError:
|
except aiohttp.ClientError:
|
||||||
_LOGGER.error("Client error %s", request_url, exc_info=1)
|
_LOGGER.error("Client error %s", request_url)
|
||||||
|
|
||||||
# register services
|
# register services
|
||||||
hass.services.async_register(DOMAIN, name, async_service_handler)
|
hass.services.async_register(DOMAIN, name, async_service_handler)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user