Skip to content

Commit

Permalink
Always print connectivity report (paritytech#3677)
Browse files Browse the repository at this point in the history
This is printed every 10 minutes, I see no reason why it shouldn't be in
all the logs, it would give us valuable information about what is going
on with node connectivity when validators come-back to us to report
issues.

Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
  • Loading branch information
alexggh authored and dharjeezy committed Mar 24, 2024
1 parent 86474d1 commit d6bb27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/node/network/gossip-support/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ where
);
}
let pretty = PrettyAuthorities(unconnected_authorities);
gum::debug!(
gum::info!(
target: LOG_TARGET,
?connected_ratio,
?absolute_connected,
Expand Down

0 comments on commit d6bb27f

Please sign in to comment.