Always print connectivity report (#3677)

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>
This commit is contained in:
Alexandru Gheorghe
2024-03-13 16:28:14 +02:00
committed by GitHub
parent bbd51ce867
commit 878b5dd010
@@ -508,7 +508,7 @@ where
);
}
let pretty = PrettyAuthorities(unconnected_authorities);
gum::debug!(
gum::info!(
target: LOG_TARGET,
?connected_ratio,
?absolute_connected,