chore: add logs

This commit is contained in:
nathan 2024-02-03 14:58:39 +08:00
parent 4127f21792
commit 44d6312d42
1 changed files with 2 additions and 0 deletions

View File

@ -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
);