Skip to content

Commit

Permalink
Change spamming BS_QUEUE log line to INFO priority (#9927)
Browse files Browse the repository at this point in the history
  • Loading branch information
va-kuznecov authored Oct 1, 2024
1 parent 06b0711 commit a5e7134
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ class TVDiskBackpressureClientActor : public TActorBootstrapped<TVDiskBackpressu
break;

case EState::READY:
QLOG_NOTICE_S("BSQ96", "connection lost status# " << NKikimrProto::EReplyStatus_Name(status)
QLOG_INFO_S("BSQ96", "connection lost status# " << NKikimrProto::EReplyStatus_Name(status)
<< " errorReason# " << errorReason << " timeout# " << timeout);
ctx.Send(BlobStorageProxy, new TEvProxyQueueState(VDiskId, QueueId, false, false, nullptr));
Queue.DrainQueue(status, TStringBuilder() << "BS_QUEUE: " << errorReason, ctx);
Expand Down

0 comments on commit a5e7134

Please sign in to comment.