Skip to content

Commit 07a47a0

Browse files
committed
Fixed read stream logs
1 parent 2327294 commit 07a47a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/tech/ydb/core/impl/call/ReadStreamCall.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public void onMessage(RespT message) {
114114
@Override
115115
public void onClose(io.grpc.Status status, @Nullable Metadata trailers) {
116116
if (logger.isTraceEnabled()) {
117-
logger.trace("ReadStreamCall[{}] closed with status {}", status);
117+
logger.trace("ReadStreamCall[{}] closed with status {}", traceId, status);
118118
}
119119

120120
statusConsumer.accept(status, trailers);

0 commit comments

Comments
 (0)