diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index 0db1dc911a..a9d1bef2ec 100644 --- a/sn_testnet/Cargo.toml +++ b/sn_testnet/Cargo.toml @@ -32,7 +32,7 @@ regex = "1.7.1" tonic = { version = "~0.8.3", optional = true } tracing = "~0.1.26" tracing-core = "~0.1.21" -tracing-subscriber = { version = "~0.3.1", features = ["json"] } +tracing-subscriber = { version = "~0.3.1", features = ["env-filter", "json"] } xor_name = { version = "~5.0.0", optional = true } walkdir = "2"