Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuan0322 authored and sighingnow committed Sep 21, 2023
1 parent 47f248b commit 32c752c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void batchWrite(
String writeSession = request.getClientId();
int writeRequestsCount = request.getWriteRequestsCount();
List<WriteRequest> writeRequests = new ArrayList<>(writeRequestsCount);
logger.info(
logger.debug(
"received batchWrite request. requestId ["
+ requestId
+ "] writeSession ["
Expand Down

0 comments on commit 32c752c

Please sign in to comment.