Drop GOSSIP-level logging at compile-time
authorMatt Corallo <git@bluematt.me>
Sun, 19 Dec 2021 19:28:27 +0000 (19:28 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 19 Dec 2021 19:35:23 +0000 (19:35 +0000)
Cargo.toml

index c43838a4b66e3f50698253f446f04931c1024974..6a1546a3083f8fc2f64aab8f5ff3047c44ec407b 100644 (file)
@@ -8,7 +8,7 @@ edition = "2018"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-lightning = { version = "0.0.104" }
+lightning = { version = "0.0.104", features = ["max_level_trace"] }
 lightning-block-sync = { version = "0.0.104", features = [ "rpc-client" ] }
 lightning-invoice = { version = "0.12.0" }
 lightning-net-tokio = { version = "0.0.104" }