Skip to content

Commit

Permalink
Switch noisy peer gossip log from debug to verbo (ava-labs#2684)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-kim authored Mar 7, 2023
1 parent f4d8291 commit bb4e910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/peer/peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ func (p *peer) sendNetworkMessages() {
}

if len(peerIPs) == 0 {
p.Log.Debug(
p.Log.Verbo(
"skipping peer gossip as there are no unknown peers",
zap.Stringer("nodeID", p.id),
)
Expand Down

0 comments on commit bb4e910

Please sign in to comment.