feat: add tracing throughout, HTTP TraceLayer, detailed error logs

This commit is contained in:
2026-07-11 21:58:58 +02:00
parent e89cf48b34
commit 2b702d88e4
11 changed files with 60 additions and 13 deletions

View File

@@ -5,5 +5,6 @@ edition = "2024"
[dependencies]
uuid = { workspace = true }
tracing = { workspace = true }
chrono = { version = "0.4", features = ["serde"] }
domain = { workspace = true }