diff options
author | azevaykin <[email protected]> | 2023-09-12 20:37:26 +0300 |
---|---|---|
committer | azevaykin <[email protected]> | 2023-09-12 21:38:01 +0300 |
commit | c8d096252888a36a59d8f192945c4a09e9c6cc88 (patch) | |
tree | db6c09dfac2b9dfe8ff31a0bebeb43c923837808 | |
parent | 16f303744401189770eebc849307fcd3339fc15e (diff) |
Fix debug message
-rw-r--r-- | ydb/services/persqueue_v1/actors/read_session_actor.ipp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/services/persqueue_v1/actors/read_session_actor.ipp b/ydb/services/persqueue_v1/actors/read_session_actor.ipp index c247aaef435..94afd883564 100644 --- a/ydb/services/persqueue_v1/actors/read_session_actor.ipp +++ b/ydb/services/persqueue_v1/actors/read_session_actor.ipp @@ -1180,7 +1180,7 @@ void TReadSessionActor<UseMigrationProtocol>::Handle(TEvPQProxy::TEvPartitionSta } } - LOG_INFO_S(ctx, NKikimrServices::PQ_READ_PROXY, PQ_LOG_PREFIX << " sending to client create partition stream event"); + LOG_DEBUG_S(ctx, NKikimrServices::PQ_READ_PROXY, PQ_LOG_PREFIX << " sending to client partition status"); SendControlMessage(it->second.Partition, std::move(result), ctx); } |