diff --git a/utils.py b/utils.py index b4f698b..bb297b5 100644 --- a/utils.py +++ b/utils.py @@ -140,7 +140,7 @@ def task_wrapper( except (ExitRequest, ReloadRequest): pass except Exception: - logger.exception("Exception in task") + logger.exception(f"Exception in {afunc.__name__} task") raise # raise up to the wrapping task return wrapper