Skip to content

Commit c36c3bb

Browse files
committed
fix log level in executer (ydb-platform#2920)
1 parent a9dcd59 commit c36c3bb

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

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

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

0 commit comments

Comments
 (0)