Skip to content

Commit

Permalink
Log JobMappingExceptions at error level rather than debug
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo authored and mvdbeek committed Oct 16, 2024
1 parent af5bee1 commit 60209d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/jobs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ def fail(
try:
self.job_destination # noqa: B018
except JobMappingException as exc:
log.debug(
log.error(
"(%s) fail(): Job destination raised JobMappingException('%s'), caching fake '__fail__' "
"destination for completion of fail method",
self.get_id_tag(),
Expand Down

0 comments on commit 60209d0

Please sign in to comment.