mirror of
https://github.com/home-assistant/core.git
synced 2026-09-12 18:25:41 -05: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