Skip to content

Commit f2adb41

Browse files
Update compute_modules/client/internal_query_client.py
Co-authored-by: lauraAriasFdez <52958827+lauraAriasFdez@users.noreply.github.com>
1 parent 38cbaca commit f2adb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute_modules/client/internal_query_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def report_job_result(self, job_id: str, body: Any) -> None:
214214
self.logger.error(error)
215215

216216
error = f"Unable to post job result after {POST_RESULT_MAX_ATTEMPTS} attempts; \n Now attempting to return the error as the result: {error}"
217-
self.logger.debug(error)
217+
self.logger.error(error)
218218
self.report_job_result_failed(post_result_url, error)
219219

220220
def handle_job(self, job: Dict[str, Any]) -> None:

0 commit comments

Comments
 (0)