How do I configure, or find http logs for all requests?
I assume that somehow there is a way to get a fairly standard http request log: every request, the src ip, the requested resource, the outcome, etc. Is this correct?
I’m trying:
logger:
default: warning
logs:
homeassistant.components.http: debug
And I do see things like:
2024-12-08 13:17:42.938 DEBUG (MainThread) [homeassistant.components.http.auth] Authenticated 172.30.32.2 for /api/core/state using bearer token
I never see anything else, and certainly not more basic requests for image files I have for use in dashboards (which do get served properly). Am I using the right component?