fix: route worker failure logs through tracing

This commit is contained in:
2026-09-07 18:14:07 +09:00
parent 13d853217d
commit d1585d7483
8 changed files with 106 additions and 99 deletions
+1
View File
@@ -132,6 +132,7 @@ tokio-tungstenite = "0.29"
tower = "0.5"
toml = "1.1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
url = "2.5"
uuid = "1.23"
zeroize = "1"