Skip to content

Commit a5e7134

Browse files
authored
Change spamming BS_QUEUE log line to INFO priority (#9927)
1 parent 06b0711 commit a5e7134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/blobstorage/backpressure/queue_backpressure_client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ class TVDiskBackpressureClientActor : public TActorBootstrapped<TVDiskBackpressu
459459
break;
460460

461461
case EState::READY:
462-
QLOG_NOTICE_S("BSQ96", "connection lost status# " << NKikimrProto::EReplyStatus_Name(status)
462+
QLOG_INFO_S("BSQ96", "connection lost status# " << NKikimrProto::EReplyStatus_Name(status)
463463
<< " errorReason# " << errorReason << " timeout# " << timeout);
464464
ctx.Send(BlobStorageProxy, new TEvProxyQueueState(VDiskId, QueueId, false, false, nullptr));
465465
Queue.DrainQueue(status, TStringBuilder() << "BS_QUEUE: " << errorReason, ctx);

0 commit comments

Comments
 (0)