Use debug/warning instead of info log level in components [t] (#126147)
This commit is contained in:
parent
adf25b427b
commit
39e720caed
18 changed files with 20 additions and 20 deletions
|
@ -90,7 +90,7 @@ class ToonDataUpdateCoordinator(DataUpdateCoordinator[Status]):
|
|||
await self.toon.subscribe_webhook(
|
||||
application_id=self.entry.entry_id, url=webhook_url
|
||||
)
|
||||
_LOGGER.info("Registered Toon webhook: %s", webhook_url)
|
||||
_LOGGER.debug("Registered Toon webhook: %s", webhook_url)
|
||||
except ToonError as err:
|
||||
_LOGGER.error("Error during webhook registration - %s", err)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue