Skip to content

Commit

Permalink
remove duplicate trace id in debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Feb 28, 2024
1 parent e8479cb commit be63075
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pipeline/process_block.go
Original file line number Diff line number Diff line change
@@ -137,7 +137,6 @@ func (p *Pipeline) processBlock(
logger := reqctx.Logger(ctx)
// log the total number of StepNew and StepNewIrreversible blocks, and the ratio of the two
logger.Debug("block stats",
zap.String("trace_id", p.traceID),
zap.Uint64("block_num", block.Number),
zap.Uint64("step_new", p.blockStepMap[bstream.StepNew]),
zap.Uint64("step_new_irreversible", p.blockStepMap[bstream.StepNewIrreversible]),

0 comments on commit be63075

Please sign in to comment.