diff --git a/awx/main/tasks.py b/awx/main/tasks.py index e5a30098a6..b06deaabf7 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -3137,7 +3137,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)