Skip to content
Snippets Groups Projects
Unverified Commit 878b5dd0 authored by Alexandru Gheorghe's avatar Alexandru Gheorghe Committed by GitHub
Browse files

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: default avatarAlexandru Gheorghe <alexandru.gheorghe@parity.io>
parent bbd51ce8
Branches
No related merge requests found
Pipeline #454739 failed with stages
in 44 minutes and 14 seconds
......@@ -508,7 +508,7 @@ where
);
}
let pretty = PrettyAuthorities(unconnected_authorities);
gum::debug!(
gum::info!(
target: LOG_TARGET,
?connected_ratio,
?absolute_connected,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment