Increase slow setup logging to warning level (#37635)
When I fixed verbose logging in #36444, I did not realize this would mean almost nobody would see this now.
This commit is contained in:
parent
80890f0096
commit
4343e84ecf
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ async def _async_log_pending_setups(
|
|||
remaining = [domain for domain in domains if domain in setup_started]
|
||||
|
||||
if remaining:
|
||||
_LOGGER.info(
|
||||
_LOGGER.warning(
|
||||
"Waiting on integrations to complete setup: %s", ", ".join(remaining),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue