Lower severity level of log messages from http.view (#21091)
This commit is contained in:
parent
1766536812
commit
19d99ddf57
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue