better logging

This commit is contained in:
2025-03-18 16:09:46 -06:00
parent e3e4175f51
commit de80418c00
10 changed files with 430 additions and 45 deletions

View File

@@ -13,5 +13,5 @@ serde = { version = "1.0", features = ["derive"] }
surrealdb = "2.2"
tokio = { version="1.41.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time"] }
tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time", "json"] }
url = { version = "2.5", features = ["serde"] }