Skip to content

Commit

Permalink
lower log verbosity for polygonSyncStageExecutionEngine.insertBlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
taratorio committed Sep 10, 2024
1 parent 53b2021 commit f03ef04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/stagedsync/stage_polygon_sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@ func (e *polygonSyncStageExecutionEngine) insertBlocks(tx kv.RwTx, blocks []*typ
header := block.Header()
body := block.Body()

e.logger.Debug(e.appendLogPrefix("inserting block"), "blockNum", height, "blockHash", header.Hash())
e.logger.Trace(e.appendLogPrefix("inserting block"), "blockNum", height, "blockHash", header.Hash())

metrics.UpdateBlockConsumerHeaderDownloadDelay(header.Time, height, e.logger)
metrics.UpdateBlockConsumerBodyDownloadDelay(header.Time, height, e.logger)
Expand Down

0 comments on commit f03ef04

Please sign in to comment.