Log JobMappingExceptions at error level rather than debug

This commit is contained in:
Nate Coraor
2024-10-14 12:30:24 -04:00
committed by mvdbeek
parent cfdbc06bd6
commit 68f0426bdf
+1 -1
View File
@@ -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(),