Skip to content

Commit ee1ce51

Browse files
yumkamGazizonoki
authored andcommitted
pq write: pass query/task info into sdk logs (#14477)
1 parent 6af4171 commit ee1ce51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/topic/impl/write_session_impl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,7 @@ TStringBuilder TWriteSessionImpl::LogPrefixImpl() const {
988988
Y_ABORT_UNLESS(Lock.IsLocked());
989989

990990
TStringBuilder ret;
991+
ret << " TraceId [" << Settings.TraceId_ << "] ";;
991992
ret << " SessionId [" << SessionId << "] ";
992993

993994
if (Settings.PartitionId_.has_value() || DirectWriteToPartitionId.has_value()) {

0 commit comments

Comments
 (0)