refactor: dont pretty print headers on request
This commit is contained in:
parent
cc31eab4ff
commit
e129bf6651
@ -99,7 +99,7 @@ pub(super) async fn handler(state: AppState) -> Result<(Router, Router), AppErro
|
|||||||
.make_span_with(make_span_trace)
|
.make_span_with(make_span_trace)
|
||||||
.on_request(|req: &Request<Body>, _span: &Span| {
|
.on_request(|req: &Request<Body>, _span: &Span| {
|
||||||
tracing::debug!(
|
tracing::debug!(
|
||||||
"started processing request with headers: {:#?}",
|
"started processing request with headers: {:?}",
|
||||||
req.headers()
|
req.headers()
|
||||||
)
|
)
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user