Added request logging middleware

This commit is contained in:
Random936
2024-12-22 20:40:04 -08:00
parent ceb1ab44d3
commit 0b2a4f130e
5 changed files with 49 additions and 20 deletions

View File

@@ -13,4 +13,4 @@ if-addrs = "0.13.3"
serde = { version = "1.0.216", features = ["derive"] }
serde_yaml = "0.9.34"
tokio = { version = "1.40.0", features = ["full"] }
tower-http = { version = "0.6.2", features = ["fs"] }
tower-http = { version = "0.6.2", features = ["fs", "trace"] }