From: Matt Corallo Date: Sun, 19 Dec 2021 19:28:27 +0000 (+0000) Subject: Drop GOSSIP-level logging at compile-time X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-sample;a=commitdiff_plain;h=0987622117ae73df315a2d0778acbd05fcbc95de Drop GOSSIP-level logging at compile-time --- diff --git a/Cargo.toml b/Cargo.toml index c43838a..6a1546a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }