From 0987622117ae73df315a2d0778acbd05fcbc95de Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sun, 19 Dec 2021 19:28:27 +0000 Subject: [PATCH] Drop GOSSIP-level logging at compile-time --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- 2.30.2