We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f1212 commit cfefdb5Copy full SHA for cfefdb5
data_hub_api/utils/fastapi.py
@@ -33,8 +33,7 @@ async def log_requests(request, call_next):
33
34
LOGGER.info(
35
'%s',
36
- f'Received request: {request_id} {client_addr} "{method} {path} HTTP/{protocol}"'
37
- f' "{user_agent}"'
+ f'Received request: {client_addr} "{method} {path} HTTP/{protocol}" "{user_agent}"'
38
)
39
40
response = await call_next(request)
0 commit comments