mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Log JobMappingExceptions at error level rather than debug
This commit is contained in:
@@ -1447,7 +1447,7 @@ class MinimalJobWrapper(HasResourceParameters):
|
||||
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(),
|
||||
|
||||
Reference in New Issue
Block a user