Log JobMappingExceptions at error level rather than debug

This commit is contained in:
Nate Coraor
2024-10-14 12:30:24 -04:00
parent 8da892be06
commit 8e1df94201
+1 -1
View File
@@ -1460,7 +1460,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(),