Skip to content

Commit 81a7484

Browse files
authored
♻️ [Refactor] - 오류 발생 원인을 찾기 위해 로그를 추가한다
♻️ [Refactor] - 오류 발생 원인을 찾기 위해 로그를 추가한다
2 parents 1ed474f + fcb6d05 commit 81a7484

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/sopt/comfit/report/infra/service/RetryableAiCallerService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ public String callParallelWithVirtualThread(PreparedDataDto data, String perspec
157157
guidanceFuture.get()
158158
);
159159
} catch (Exception e) {
160+
log.error("AI 병렬 호출 실패 - cause={}", e.getCause().getMessage(), e);
160161
throw BaseException.type(AIReportErrorCode.AI_CALL_FAILED);
161162
}
162163
}

0 commit comments

Comments
 (0)