Skip to content

Commit 5494a1d

Browse files
authored
Merge pull request #509 from zinal/patch-1
Update PartitionSessionImpl.java
2 parents eb68dac + c7fed62 commit 5494a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topic/src/main/java/tech/ydb/topic/read/impl/PartitionSessionImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public CompletableFuture<Void> commitOffsetRange(OffsetsRange rangeToCommit) {
237237
// Bulk commit without result future
238238
public void commitOffsetRanges(List<OffsetsRange> rangesToCommit) {
239239
if (isWorking.get()) {
240-
if (logger.isInfoEnabled()) {
240+
if (logger.isDebugEnabled()) {
241241
StringBuilder message = new StringBuilder("[").append(fullId)
242242
.append("] Sending CommitRequest with offset ranges ");
243243
addRangesToString(message, rangesToCommit);

0 commit comments

Comments
 (0)