diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-02 12:17:31 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-02 12:17:31 -0600 |
| commit | 0b610d061e45811130d8cf3919037fdc9513e340 (patch) | |
| tree | 7ae4e79fc84c539c12fb0313d0d3cc929b2e12ae /src | |
| parent | bc673b0de36342ef4fca8d0ae4f8bd029b4054b8 (diff) | |
chore: rename log message
Diffstat (limited to 'src')
| -rw-r--r-- | src/authorization/server.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/authorization/server.rs b/src/authorization/server.rs index da686350..2ad270df 100644 --- a/src/authorization/server.rs +++ b/src/authorization/server.rs @@ -27,7 +27,7 @@ impl Server { let builder = tonic::transport::Server::builder() .trace_fn(|req| { tracing::info_span!( - "grpc_request", + "request", method = %req.method(), path = %req.uri().path(), headers = ?req.headers(), |
