Skip to content

Commit

Permalink
reduce dep log spam
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Oct 5, 2023
1 parent 14d3bab commit 0afded2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/holdinvoice/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use holdinvoice::model::PluginState;
#[tokio::main]
async fn main() -> Result<(), anyhow::Error> {
debug!("Starting holdinvoice plugin");
std::env::set_var("CLN_PLUGIN_LOG", "debug");
std::env::set_var("CLN_PLUGIN_LOG", "cln_plugin=info,cln_rpc=info,debug");

let state = PluginState {
blockheight: Arc::new(Mutex::new(u32::default())),
Expand Down

0 comments on commit 0afded2

Please sign in to comment.