summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorazevaykin <[email protected]>2023-09-12 20:37:26 +0300
committerazevaykin <[email protected]>2023-09-12 21:38:01 +0300
commitc8d096252888a36a59d8f192945c4a09e9c6cc88 (patch)
treedb6c09dfac2b9dfe8ff31a0bebeb43c923837808
parent16f303744401189770eebc849307fcd3339fc15e (diff)
Fix debug message
-rw-r--r--ydb/services/persqueue_v1/actors/read_session_actor.ipp2
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);
}