adjust BEEFY client logging (#11261)

Move gossip filter logging to level=trace because it's very spammy.
Move some debug-relevant logs from trace to debug.

Signed-off-by: acatangiu <adrian@parity.io>
This commit is contained in:
Adrian Catangiu
2022-04-21 20:58:03 +03:00
committed by GitHub
parent 97f5193137
commit 7416c8c5de
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ where
let signatures = self.rounds.remove(round)?.votes;
self.rounds.retain(|&(_, number), _| number > round.1);
self.best_done = self.best_done.clone().max(Some(round.1.clone()));
trace!(target: "beefy", "🥩 Concluded round #{}", round.1);
debug!(target: "beefy", "🥩 Concluded round #{}", round.1);
Some(
self.validator_set