You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_logger.LogInformation("Stale Query that is being reset to queued. Status : {StaleQueryStatus}, StartResourceSurrogateId : {StaleQueryStartSurrogateId}, ResourceType : {StaleQueryResourceType}",staleQuery.Status,staleQuery.StartResourceSurrogateId,staleQuery.ResourceType);
_logger.LogInformation("Reindex job that is being removed from query list StartResourceSurrogateId: {StartResourceSurrogateId}, ResourceType: {ResourceType}, FailureCount: {FailureCount}, Status: {Status}",queryStatusToRemove?.StartResourceSurrogateId,queryStatusToRemove?.ResourceType,queryStatusToRemove?.FailureCount,queryStatusToRemove?.Status);
0 commit comments