Skip to content

Commit 865cd49

Browse files
disable tracing-log feature for tracing-subscriber (#877)
Co-authored-by: Spencer Judge <[email protected]>
1 parent cfa45d7 commit 865cd49

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ tokio-util = { version = "0.7", features = ["io", "io-util"] }
6767
tokio-stream = "0.1"
6868
tonic = { workspace = true, features = ["tls", "tls-roots"] }
6969
tracing = "0.1"
70-
tracing-subscriber = { version = "0.3", features = ["parking_lot", "env-filter", "registry"] }
70+
tracing-subscriber = { version = "0.3", default-features = false, features = ["parking_lot", "env-filter", "registry", "ansi"] }
7171
url = "2.2"
7272
uuid = { version = "1.1", features = ["v4"] }
7373
zip = { version = "2.0", optional = true }

test-utils/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ async-trait = "0.1"
2020
base64 = "0.22"
2121
bytes = "1.3"
2222
futures-util = { version = "0.3", default-features = false }
23-
log = "0.4"
2423
parking_lot = "0.12"
2524
prost = { workspace = true }
2625
prost-types = { workspace = true }

0 commit comments

Comments
 (0)