mirror of
https://github.com/home-assistant/core.git
synced 2026-02-25 04:17:02 +00:00
* Avoid locking in the logging queue handler We do not need a lock here as the underlying queue is already thread safe. * Add coverage for logging handle