improved logging

This commit is contained in:
2026-01-15 22:58:39 +01:00
parent c27ddba0ff
commit 376353833c
6 changed files with 121 additions and 39 deletions

View File

@@ -7,6 +7,7 @@ edition = "2024"
anyhow = "1.0.99"
argon2 = "0.5.3"
axum = { version = "0.8.4", features = ["multipart", "ws"] }
axum-extra = { version = "0.12.5", features = ["typed-header"] }
chrono = { version = "0.4.42", features = ["serde"] }
clap = { version = "4.5.53", features = ["derive"] }
dashmap = "6.1.0"
@@ -19,6 +20,6 @@ tokio = { version = "1.47.1", features = ["rt-multi-thread", "macros"] }
tower-http = { version = "0.6.6", features = ["cors", "limit", "trace"] }
tower_governor = "0.8.0"
tracing = "0.1.41"
tracing-subscriber = "0.3.20"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
uuid = { version = "1.19.0", features = ["serde", "v7"] }
validator = "0.20.0"