mirror of
https://github.com/home-assistant/core.git
synced 2025-07-03 03:17:05 +00:00

* Fix logger creating many thread locks We call getLogger for each integration to get the current log level when loading the integrations page. This creates a storm of threading locks * fixes