Skip to content

Commit

Permalink
postgres exporter: Add export stat log message matching the old log f…
Browse files Browse the repository at this point in the history
…ormat.
  • Loading branch information
winder authored Mar 15, 2023
1 parent 0e39f88 commit b94fe04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conduit/pipeline/pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ func (p *pipelineImpl) Start() {
retry++
goto pipelineRun
}
p.logger.Infof("round r=%d (%d txn) exported in %s", p.pipelineMetadata.NextRound, len(blkData.Payset), time.Since(start))

// Increment Round, update metadata
p.pipelineMetadata.NextRound++
Expand Down

0 comments on commit b94fe04

Please sign in to comment.