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 8bb7861 commit a2293b6Copy full SHA for a2293b6
apps/webapp/app/v3/failedTaskRun.server.ts
@@ -143,7 +143,7 @@ export class FailedTaskRunRetryHelper extends BaseService {
143
// - None exists yet
144
// - The last attempt has a final status, e.g. we failed between attempts
145
if (!attempt || isFinalAttemptStatus(attempt.status)) {
146
- logger.error("[FailedTaskRunRetryHelper] No attempts found", {
+ logger.debug("[FailedTaskRunRetryHelper] No attempts found", {
147
run,
148
completion,
149
});
0 commit comments