Skip to content

Commit

Permalink
Revert log level changes
Browse files Browse the repository at this point in the history
Closes: #3906
  • Loading branch information
bkchr committed Mar 30, 2024
1 parent 0d93248 commit e2e54aa
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::info!(
gum::debug!(
target: LOG_TARGET,
?connected_ratio,
?absolute_connected,
Expand Down

0 comments on commit e2e54aa

Please sign in to comment.