add logging

This commit is contained in:
Khaïs COLIN 2025-10-19 15:05:12 +02:00
parent e47b9810d2
commit a9ecc56990
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
4 changed files with 397 additions and 7 deletions

View file

@ -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"] }