mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-17 20:35:41 +00:00
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:
@@ -220,7 +220,7 @@ where
|
||||
let round = msg.commitment.block_number;
|
||||
let allowed = known_votes.is_live(&round);
|
||||
|
||||
debug!(target: "beefy", "🥩 Message for round #{} allowed: {}", round, allowed);
|
||||
trace!(target: "beefy", "🥩 Message for round #{} allowed: {}", round, allowed);
|
||||
|
||||
allowed
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user