Skip to content

Commit e9f420b

Browse files
committed
crosscluster/physical: dont perioridically log buffer size by default
Epic: none Release note: none
1 parent 7bc8809 commit e9f420b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/crosscluster/physical/stream_ingestion_processor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ func (sip *streamIngestionProcessor) handleEvent(event PartitionEvent) error {
784784
}
785785

786786
if sip.logBufferEvery.ShouldLog() {
787-
log.Dev.Infof(sip.Ctx(), "current KV batch size %d (%d items)", sip.buffer.curKVBatchSize, len(sip.buffer.curKVBatch))
787+
log.VEventf(sip.Ctx(), 2, "current KV batch size %d (%d items)", sip.buffer.curKVBatchSize, len(sip.buffer.curKVBatch))
788788
}
789789

790790
if sip.buffer.shouldFlushOnSize(sip.Ctx(), sv) {

0 commit comments

Comments
 (0)