@@ -377,10 +377,10 @@ class TBlobStorageGroupGetRequest : public TBlobStorageGroupRequestActor<TBlobSt
377377 LWPROBE (DSProxyRequestDuration, TEvBlobStorage::EvGet, requestSize, duration.SecondsFloat () * 1000.0 , tabletId,
378378 evResult->GroupId , channel, NKikimrBlobStorage::EGetHandleClass_Name (handleClass),
379379 success);
380- A_LOG_LOG_S (true , success ? NLog::PRI_INFO : NLog::PRI_NOTICE, " BPG68" , " Result# " << evResult->Print (false ));
380+ A_LOG_LOG_S (true , success ? NLog::PRI_INFO : NLog::PRI_NOTICE, " BPG68" , " Result# " << evResult->Print (false ) << " GroupId# " << Info-> GroupID );
381381
382- if (TActivationContext::Monotonic () - RequestStartTime >= LongRequestThreshold ) {
383- if (AllowToReport (GetImpl. GetHandleClass ()) ) {
382+ if (AllowToReport (handleClass) ) {
383+ if (TActivationContext::Monotonic () - RequestStartTime >= LongRequestThreshold ) {
384384 STLOG (PRI_WARN, BS_PROXY_GET, BPG71, " Long TEvGet request detected" , \
385385 (LongRequestThreshold, LongRequestThreshold), \
386386 (GroupId, Info->GroupID ), \
@@ -390,6 +390,12 @@ class TBlobStorageGroupGetRequest : public TBlobStorageGroupRequestActor<TBlobSt
390390 (RestartCounter, RestartCounter), \
391391 (History, GetImpl.PrintHistory ()));
392392 }
393+
394+ STLOG (GetImpl.WasNotOkResponses () ? NLog::PRI_NOTICE : NLog::PRI_DEBUG, BS_PROXY_GET, BPG72, \
395+ " Query history" , \
396+ (GroupId, Info->GroupID ), \
397+ (HandleClass, NKikimrBlobStorage::EGetHandleClass_Name (handleClass)), \
398+ (History, GetImpl.PrintHistory ()));
393399 }
394400 return SendResponseAndDie (std::unique_ptr<TEvBlobStorage::TEvGetResult>(evResult.Release ()));
395401 }
0 commit comments