feat: 优化错误信息的格式

This commit is contained in:
lanyeeee
2026-03-03 04:08:46 +08:00
parent 5478edc770
commit b5db04f5bd
12 changed files with 149 additions and 85 deletions
+1
View File
@@ -40,6 +40,7 @@ parking_lot = { version = "0.12.4", features = ["send_guard"] }
tracing = { version = "0.1.41" }
tracing-subscriber = { version = "0.3.19", features = ["json", "time", "local-time"] }
tracing-appender = { version = "0.2.3" }
tracing-error = { version = "0.2.1" }
notify = { version = "8.0.0" }
tokio = { version = "1.46.0", features = ["full"] }
byteorder = { version = "1.5.0" }