We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95fc11b commit 139c97eCopy full SHA for 139c97e
src/common/gunicorn/logging.py
@@ -64,7 +64,7 @@ def get_json_record(self, record: logging.LogRecord) -> dict[str, Any]:
64
"time": datetime.strptime(args["t"], "[%d/%b/%Y:%H:%M:%S %z]").isoformat(),
65
"path": url,
66
"remote_ip": args["h"],
67
- "route": args.get(f"{{{WSGI_EXTRA_PREFIX}route}}e") or "-",
+ "route": args.get(f"{{{WSGI_EXTRA_PREFIX}route}}e") or "",
68
"method": args["m"],
69
"status": str(args["s"]),
70
"user_agent": args["a"],
0 commit comments