- update: logging system to only show logs from the app and not any 3rd party dependencies
This commit is contained in:
@@ -13,7 +13,7 @@ tokio = { version = "1.41.1", features = ["full"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
bytes = { version = "1.8.0", features = ["std", "serde"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3.18"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "chrono"] }
|
||||
bincode = { version = "2.0.0", features = ["derive", "serde"] }
|
||||
thiserror = "2.0.3"
|
||||
lazy_static = "1.5.0"
|
||||
|
||||
Reference in New Issue
Block a user