Trying to stop ESPHOME device builder addon logs in HASS OS since it is consuming bit high RAM.
These are the logs:
2025-03-08 14:29:19,773 INFO 304 GET /devices (0.0.0.0) 4.85ms
2025-03-08 14:29:24,918 INFO 304 GET /devices (0.0.0.0) 5.31ms
2025-03-08 14:29:29,924 INFO 304 GET /devices (0.0.0.0) 1.80ms
I have 10 BLE proxies tracking 3 nodes using Bermuda trilateration. Presently the RAM usage is 1.12GB, not that at presently it is a problem but need to know why is it not stopping ‘INFO’ level logging.
You can easily suppress all logs from the device builder add-on (and any ram usage) by stopping it
Because you didn’t configure the log level from the add-on but the one from ha (core?) and the individual ones from espHome nodes (the ones you get inside the device builder when you click on the logs of a partial node).
True, didn’t suppress in addon level config (wasn’t able to find how to do it), however suppressed them in device level logging as posted screenshot. Any idea how to do in addon level?