Better logging and fix concurrency issues

This commit is contained in:
Omar Abdulla
2025-08-18 16:16:33 +03:00
parent fb3959d345
commit 609ececea6
24 changed files with 433 additions and 534 deletions
+4 -1
View File
@@ -55,7 +55,8 @@ tokio = { version = "1.47.0", default-features = false, features = [
"rt",
] }
uuid = { version = "1.8", features = ["v4"] }
tracing = "0.1.41"
tracing = { version = "0.1.41" }
tracing-appender = { version = "0.2.3" }
tracing-subscriber = { version = "0.3.19", default-features = false, features = [
"fmt",
"json",
@@ -90,3 +91,5 @@ features = [
inherits = "release"
lto = true
codegen-units = 1
[workspace.lints.clippy]