[BACKEND] Log full subscription errors (#793)
This commit is contained in:
parent
e9b2214a0a
commit
33a8da9afc
1 changed files with 1 additions and 0 deletions
|
|
@ -364,6 +364,7 @@ class SubscriptionDownload(BaseSubscription, ABC):
|
||||||
try:
|
try:
|
||||||
yield
|
yield
|
||||||
except Exception as exc: # pylint: disable=broad-except
|
except Exception as exc: # pylint: disable=broad-except
|
||||||
|
logger.exception("The following error occurred for the subscription %s:", self.name)
|
||||||
self._exception = exc
|
self._exception = exc
|
||||||
|
|
||||||
return self.transaction_log
|
return self.transaction_log
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue