1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-01 12:47:53 +00:00

3 Commits

Author SHA1 Message Date
J. Nick Koston
e4a15354f4
Fix logger creating many thread locks when reloading the integrations page ()
* 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
2024-01-13 21:11:34 -05:00
J. Nick Koston
e7e7f603c2
Remove async_response from websocket apis where nothing was being awaited () 2023-03-23 20:53:18 -04:00
J. Nick Koston
8792d664e7
Add websocket endpoints to control integration logging ()
Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: Erik <erik@montnemery.com>
2022-11-17 08:57:43 -06:00