Log built-in rejections (#1890)

This commit is contained in:
David Pedersen
2023-04-11 16:57:49 +02:00
committed by GitHub
parent 2c2cf361dd
commit 6b106f4bab
18 changed files with 329 additions and 192 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2021"
publish = false
[dependencies]
axum = { path = "../../axum" }
axum = { path = "../../axum", features = ["tracing"] }
tokio = { version = "1.0", features = ["full"] }
tower-http = { version = "0.4.0", features = ["trace"] }
tracing = "0.1"