Skip to content

Commit

Permalink
feat(common): change request_span to info (#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddgrd committed Sep 13, 2023
1 parent 30c0bde commit da71952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/backends/metrics.rs
Expand Up @@ -182,7 +182,7 @@ macro_rules! request_span {
""
};

tracing::debug_span!(
tracing::info_span!(
"request",
http.uri = %$request.uri(),
http.method = %$request.method(),
Expand Down

0 comments on commit da71952

Please sign in to comment.