fix: make gateway request logs readable
This commit is contained in:
@@ -684,7 +684,7 @@ class GatewayHandler(BaseHTTPRequestHandler):
|
||||
self._dispatch("DELETE")
|
||||
|
||||
def log_message(self, format: str, *args) -> None:
|
||||
LOG.info("http_request", extra={"request": format % args})
|
||||
LOG.info("http_request %s", format % args)
|
||||
|
||||
def _dispatch(self, method: str) -> None:
|
||||
parsed = urlsplit(self.path)
|
||||
|
||||
Reference in New Issue
Block a user