Skip to content

Commit fddafab

Browse files
authored
fix log level in executer (#2920)
1 parent 11e0607 commit fddafab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/executer_actor/kqp_executer_impl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ class TKqpExecuterBase : public TActorBootstrapped<TDerived> {
360360
ui64 seqNo = ev->Get()->Record.GetSeqNo();
361361
i64 freeSpace = ev->Get()->Record.GetFreeSpace();
362362

363-
LOG_ERROR_S(*NActors::TlsActivationContext, NKikimrServices::KQP_EXECUTER, "TxId: " << TxId
363+
LOG_DEBUG_S(*NActors::TlsActivationContext, NKikimrServices::KQP_EXECUTER, "TxId: " << TxId
364364
<< ", send ack to channelId: " << channelId
365365
<< ", seqNo: " << seqNo
366366
<< ", enough: " << ev->Get()->Record.GetEnough()

0 commit comments

Comments
 (0)