mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
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:
committed by
Paulus Schoutsen
parent
2da64b03f3
commit
9be06d8be4
@@ -351,7 +351,7 @@ async def _async_log_pending_setups(
|
|||||||
remaining = [domain for domain in domains if domain in setup_started]
|
remaining = [domain for domain in domains if domain in setup_started]
|
||||||
|
|
||||||
if remaining:
|
if remaining:
|
||||||
_LOGGER.info(
|
_LOGGER.warning(
|
||||||
"Waiting on integrations to complete setup: %s", ", ".join(remaining),
|
"Waiting on integrations to complete setup: %s", ", ".join(remaining),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user