Skip to content

Commit

Permalink
Revert log level changes (#3913)
Browse files Browse the repository at this point in the history
Closes: #3906
  • Loading branch information
bkchr authored and Ank4n committed Apr 9, 2024
1 parent a48b651 commit 8df0f0f
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 8df0f0f

Please sign in to comment.