summaryrefslogtreecommitdiff
path: root/src/authorization
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-02 12:17:31 -0600
committermo khan <mo@mokhan.ca>2025-07-02 12:17:31 -0600
commit0b610d061e45811130d8cf3919037fdc9513e340 (patch)
tree7ae4e79fc84c539c12fb0313d0d3cc929b2e12ae /src/authorization
parentbc673b0de36342ef4fca8d0ae4f8bd029b4054b8 (diff)
chore: rename log message
Diffstat (limited to 'src/authorization')
-rw-r--r--src/authorization/server.rs2
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(),