Skip to content

Commit

Permalink
sc-tracing: enable env-filter feature (paritytech#4357)
Browse files Browse the repository at this point in the history
This crate uses this feature however it appears to still work without
this feature enabled. I believe this is due to feature unification of
the workspace. Some other crate enables this feature so it also ends up
enabled here. But when this crate is pushed to crates.io and compiled
individualy it fails to compile.
  • Loading branch information
Morganamilo authored and TarekkMA committed Aug 2, 2024
1 parent bee69d1 commit 04c4b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/client/tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde = { workspace = true, default-features = true }
thiserror = { workspace = true }
tracing = "0.1.29"
tracing-log = "0.1.3"
tracing-subscriber = { workspace = true, features = ["parking_lot"] }
tracing-subscriber = { workspace = true, features = ["env-filter", "parking_lot"] }
sc-client-api = { path = "../api" }
sc-tracing-proc-macro = { path = "proc-macro" }
sp-api = { path = "../../primitives/api" }
Expand Down

0 comments on commit 04c4b70

Please sign in to comment.