We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb44e8a commit e634bb2Copy full SHA for e634bb2
pkg/logger/logger.go
@@ -147,10 +147,10 @@ func (l *Logger) LogDataStats(ctx context.Context) error {
147
}
148
149
statsMessage := fmt.Sprintf(
150
- "[STATS] Blocks: %s (Blocks/Second: %s, Orphaned: %s) Transactions: %s Operations: %s",
+ "[STATS] Blocks: %s (Orphaned: %s, Rate: %s/sec) Transactions: %s Operations: %s",
151
blocks.String(),
152
- blocksPerSecond.String(),
153
orphans.String(),
+ blocksPerSecond.String(),
154
txs.String(),
155
ops.String(),
156
)
0 commit comments