We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8dfce commit 7b6e333Copy full SHA for 7b6e333
splitio/push/splitworker.py
@@ -71,6 +71,7 @@ def _run(self):
71
except Exception as e:
72
_LOGGER.error('Exception raised in updating feature flag')
73
_LOGGER.debug(str(e))
74
+ _LOGGER.debug('Exception information: ', exc_info=True)
75
pass
76
self._handler(event.change_number)
77
except Exception as e: # pylint: disable=broad-except
0 commit comments