Skip to content

Commit a2293b6

Browse files
committed
error to debug log
1 parent 8bb7861 commit a2293b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/v3/failedTaskRun.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export class FailedTaskRunRetryHelper extends BaseService {
143143
// - None exists yet
144144
// - The last attempt has a final status, e.g. we failed between attempts
145145
if (!attempt || isFinalAttemptStatus(attempt.status)) {
146-
logger.error("[FailedTaskRunRetryHelper] No attempts found", {
146+
logger.debug("[FailedTaskRunRetryHelper] No attempts found", {
147147
run,
148148
completion,
149149
});

0 commit comments

Comments
 (0)