Is there a way to turn off the debug logging for the http component?
I’m getting logs like these constantly:
2019-05-16 02:52:15 DEBUG (MainThread) [homeassistant.components.http.view] Serving /api/websocket to 192.168.1.124 (auth: True)
2019-05-16 02:52:16 DEBUG (MainThread) [homeassistant.components.http.view] Serving /api/history/period/2019-05-16T06:51:31.935Z to 192.168.1.124 (auth: True)
2019-05-16 02:52:16 DEBUG (MainThread) [homeassistant.components.http.view] Serving /api/history/period/2019-05-16T06:51:31.935Z to 192.168.1.124 (auth: True)
2019-05-16 02:52:16 DEBUG (MainThread) [homeassistant.components.http.view] Serving /api/history/period/2019-05-16T06:51:31.936Z to 192.168.1.124 (auth: True)
2019-05-16 02:52:17 DEBUG (MainThread) [homeassistant.components.http.view] Serving /api/history/period/2019-05-16T06:52:17.277Z to 192.168.1.124 (auth: True)
2019-05-16 02:52:17 DEBUG (MainThread) [homeassistant.components.http.view] Serving /api/history/period/2019-05-16T06:52:17.279Z to 192.168.1.124 (auth: True)
2019-05-16 02:52:17 DEBUG (MainThread) [homeassistant.components.http.view] Serving /api/history/period/2019-05-16T06:52:17.282Z to 192.168.1.124 (auth: True)
I have the logger set to “error” so I’m not sure why that component insists on logging at the debug level:
logger:
default: error