Skip to content

Commit

Permalink
Set log level to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary committed Nov 4, 2024
1 parent f32b233 commit cd10d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pipeline/pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func (p *Pipeline) RunForBlock(ctx context.Context, blockNumber uint64) error {
} else {
p.Logger.Sugar().Debugw("Wrote state root", zap.Uint64("blockNumber", blockNumber), zap.Any("stateRoot", sr))
}
p.Logger.Sugar().Infow("Finished processing block",
p.Logger.Sugar().Debugw("Finished processing block",
zap.Uint64("blockNumber", blockNumber),
zap.Int64("indexTime", time.Since(blockFetchTime).Milliseconds()),
zap.Int64("totalTime", time.Since(totalRunTime).Milliseconds()),
Expand Down

0 comments on commit cd10d7f

Please sign in to comment.