Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
don't log under info for every concluded round (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva authored Apr 20, 2021
1 parent bd3a85f commit 2e9b4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/beefy/src/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ where

metric_set!(self, beefy_round_concluded, round.1);

info!(target: "beefy", "🥩 Round #{} concluded, committed: {:?}.", round.1, signed_commitment);
debug!(target: "beefy", "🥩 Round #{} concluded, committed: {:?}.", round.1, signed_commitment);

self.signed_commitment_sender.notify(signed_commitment);
self.best_beefy_block = Some(round.1);
Expand Down

0 comments on commit 2e9b4bf

Please sign in to comment.