We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a953c8 commit af5cbbbCopy full SHA for af5cbbb
apps/webapp/app/services/endpoints/performEndpointIndexService.ts
@@ -488,11 +488,6 @@ async function updateEndpointIndexWithError(
488
},
489
});
490
491
- logger.debug("Recent indexes", {
492
- recentIndexes,
493
- endpointId,
494
- });
495
-
496
if (
497
recentIndexes.length === MAX_SEQUENTIAL_FAILURE_COUNT - 1 &&
498
recentIndexes.every((index) => index.status === "FAILURE")
0 commit comments