Skip to content

Commit

Permalink
batch_consumer: move excessive logging to debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Dec 6, 2024
1 parent c75d2b8 commit 2b7c976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bulkerapp/app/batch_consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (bc *BatchConsumerImpl) processBatchImpl(destination *Destination, batchNum
bc.pause(true)
})

bc.Infof("Batch #%d Committing %d events to %s", batchNum, processed, destination.config.BulkerType)
bc.Debugf("Batch #%d Committing %d events to %s", batchNum, processed, destination.config.BulkerType)
//TODO: do we need to interrupt commit if consumer is retired?
state, err = bulkerStream.Complete(ctx)
pauseTimer.Stop()
Expand Down

0 comments on commit 2b7c976

Please sign in to comment.