mirror of
https://github.com/home-assistant/core.git
synced 2026-08-30 10:05:35 +01: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