We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755c6a8 commit fa0a65bCopy full SHA for fa0a65b
src/client/topic/impl/write_session_impl.cpp
@@ -988,6 +988,7 @@ TStringBuilder TWriteSessionImpl::LogPrefixImpl() const {
988
Y_ABORT_UNLESS(Lock.IsLocked());
989
990
TStringBuilder ret;
991
+ ret << " TraceId [" << Settings.TraceId_ << "] ";;
992
ret << " SessionId [" << SessionId << "] ";
993
994
if (Settings.PartitionId_.has_value() || DirectWriteToPartitionId.has_value()) {
0 commit comments