diff --git a/django_future_tasks/management/commands/process_future_tasks.py b/django_future_tasks/management/commands/process_future_tasks.py index d39607b..738f0aa 100644 --- a/django_future_tasks/management/commands/process_future_tasks.py +++ b/django_future_tasks/management/commands/process_future_tasks.py @@ -77,6 +77,7 @@ def handle_tick(self): *sys.exc_info(), limit=None, chain=None ), } + logger.exception(exc) self.current_task_pk = None task.save()