mirror of
https://github.com/home-assistant/core.git
synced 2025-11-17 06:50:12 +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