Skip to content

Commit

Permalink
chore: Demote Lightning-wallet-sync-finished log to TRACE
Browse files Browse the repository at this point in the history
Same as the previous patch, this log is not that useful and it's
printed _all_ the time.
  • Loading branch information
luckysori committed Dec 7, 2023
1 parent 5355789 commit a8dbd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ln-dlc-node/src/node/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ fn lightning_wallet_sync<S: TenTenOneStorage, N: Storage + Sync + Send>(
.sync(confirmables)
.context("Lightning wallet sync failed")?;

tracing::info!(
tracing::trace!(
"Lightning wallet sync finished in {}ms.",
now.elapsed().as_millis()
);
Expand Down

0 comments on commit a8dbd06

Please sign in to comment.