Turning off debug logging

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

Seems to be working for me (default level set to warning). Others not so much:

What environment are you running HA in?

I use the Hassio image. The issue above is for hasbian.

Using v92 non hassio in docker.

Apparently a bug then?

I am running into the same issue w/ 0.93.0 Hassio

-John

Did anyone ever figure this out. I’m still encountering this stupidity on 111.1.

Me too. On 111.3.

I have:

logger:
  default: error

but still get warnings in the log.