Skip to content

Commit

Permalink
disable tracing-log feature for tracing-subscriber
Browse files Browse the repository at this point in the history
  • Loading branch information
konradsz committed Feb 12, 2025
1 parent d2c0351 commit 1c1393c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ tokio-util = { version = "0.7", features = ["io", "io-util"] }
tokio-stream = "0.1"
tonic = { workspace = true, features = ["tls", "tls-roots"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["parking_lot", "env-filter", "registry"] }
tracing-subscriber = { version = "0.3", default-features = false, features = ["parking_lot", "env-filter", "registry", "ansi"] }
url = "2.2"
uuid = { version = "1.1", features = ["v4"] }
zip = { version = "2.0", optional = true }
Expand Down

0 comments on commit 1c1393c

Please sign in to comment.