add logging
This commit is contained in:
parent
e47b9810d2
commit
a9ecc56990
4 changed files with 397 additions and 7 deletions
|
|
@ -8,3 +8,7 @@ askama = "0.14.0"
|
|||
axum = "0.8.6"
|
||||
rusqlite = { version = "0.37.0", features = ["bundled"] }
|
||||
tokio = { version = "1.48.0", features = ["full"] }
|
||||
tower-http = { version = "0.6.6", features = ["trace"] }
|
||||
tower-request-id = "0.3.0"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue