We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e0607 commit fddafabCopy full SHA for fddafab
ydb/core/kqp/executer_actor/kqp_executer_impl.h
@@ -360,7 +360,7 @@ class TKqpExecuterBase : public TActorBootstrapped<TDerived> {
360
ui64 seqNo = ev->Get()->Record.GetSeqNo();
361
i64 freeSpace = ev->Get()->Record.GetFreeSpace();
362
363
- LOG_ERROR_S(*NActors::TlsActivationContext, NKikimrServices::KQP_EXECUTER, "TxId: " << TxId
+ LOG_DEBUG_S(*NActors::TlsActivationContext, NKikimrServices::KQP_EXECUTER, "TxId: " << TxId
364
<< ", send ack to channelId: " << channelId
365
<< ", seqNo: " << seqNo
366
<< ", enough: " << ev->Get()->Record.GetEnough()
0 commit comments