Skip to content

Commit

Permalink
Reduce loglevel for "confirmed blocks"
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo committed Jan 4, 2021
1 parent b988b26 commit 8bb4113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/solana_exporter/slots.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func (c *solanaCollector) WatchSlots() {
}
cancel()

klog.Infof("confirmed blocks: %d -> %d: %v", rangeStart, rangeEnd, cfm)
klog.V(1).Infof("confirmed blocks: %d -> %d: %v", rangeStart, rangeEnd, cfm)

// Figure out leaders for each block in range
for i := watermark; i < info.SlotIndex; i++ {
Expand Down

0 comments on commit 8bb4113

Please sign in to comment.