diff --git a/awx/main/tasks.py b/awx/main/tasks.py index e2468cd8f1..6a083f69e2 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -3129,7 +3129,7 @@ class AWXReceptorJob: except RuntimeError as e: detail = '' state_name = '' - logger.exception(e) + logger.exception(f'Unable to retrieve work status for {self.unit_id}') if 'exceeded quota' in detail: logger.warn(detail)