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 2fedde4 commit c7e7c5bCopy full SHA for c7e7c5b
src/middleware/log_request.rs
@@ -40,7 +40,7 @@ impl Handler for LogRequests {
40
"at={level} method={method} path=\"{path}\" \
41
request_id={request_id} fwd=\"{ip}\" service={time_ms}ms \
42
status={status} user_agent=\"{user_agent}\"\
43
- metadata_length={metadata_length}",
+ {metadata_length}",
44
level = level,
45
method = req.method(),
46
path = FullPath(req),
0 commit comments