mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +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:
|
else:
|
||||||
raise HTTPUnauthorized()
|
raise HTTPUnauthorized()
|
||||||
|
|
||||||
_LOGGER.info('Serving %s to %s (auth: %s)',
|
_LOGGER.debug('Serving %s to %s (auth: %s)',
|
||||||
request.path, request.get(KEY_REAL_IP), authenticated)
|
request.path, request.get(KEY_REAL_IP), authenticated)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
result = handler(request, **request.match_info)
|
result = handler(request, **request.match_info)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user