Disable sorting in CustomConsoleRenderer (#3711)

This commit is contained in:
Stanislav Novosad
2025-10-14 16:50:41 -06:00
committed by GitHub
parent ff4a2c982b
commit e13e9a5d58
2 changed files with 4 additions and 1 deletions

View File

@@ -72,6 +72,6 @@ async def log_raw_request_middleware(request: Request, call_next: Callable[[Requ
"api.raw_request",
method=http_method,
path=url_path,
headers=sanitized_headers,
body=body_text,
headers=sanitized_headers,
)