chore: add logs
This commit is contained in:
parent
4127f21792
commit
44d6312d42
|
|
@ -62,6 +62,8 @@ where
|
|||
let client_info = get_client_info(&req);
|
||||
let span = span!(Level::INFO, "request",
|
||||
request_id = %request_id,
|
||||
path = %req.path(),
|
||||
method = %req.method(),
|
||||
client_version = client_info.client_version,
|
||||
payload_size = client_info.payload_size
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue