From dc4af52a4a3ed054e258e33428922e80717e03dc Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Mon, 17 Jun 2024 13:18:19 -0300 Subject: [PATCH] add `env-filter` feature to `tracing-subscriber` dependency --- zebra-scan/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-scan/Cargo.toml b/zebra-scan/Cargo.toml index 750d589e1..faf65603c 100644 --- a/zebra-scan/Cargo.toml +++ b/zebra-scan/Cargo.toml @@ -85,7 +85,7 @@ zcash_note_encryption = { version = "0.4.0", optional = true } zebra-test = { path = "../zebra-test", version = "1.0.0-beta.37", optional = true } # zebra-scanner binary dependencies -tracing-subscriber = "0.3.18" +tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } structopt = "0.3.26" lazy_static = "1.4.0" serde_json = "1.0.117"