mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Lower severity level of log messages from http.view (#21091)
This commit is contained in:
parent
1766536812
commit
19d99ddf57
@ -102,8 +102,8 @@ def request_handler_factory(view, handler):
|
||||
else:
|
||||
raise HTTPUnauthorized()
|
||||
|
||||
_LOGGER.info('Serving %s to %s (auth: %s)',
|
||||
request.path, request.get(KEY_REAL_IP), authenticated)
|
||||
_LOGGER.debug('Serving %s to %s (auth: %s)',
|
||||
request.path, request.get(KEY_REAL_IP), authenticated)
|
||||
|
||||
try:
|
||||
result = handler(request, **request.match_info)
|
||||
|
Loading…
x
Reference in New Issue
Block a user