Skip to content

Commit 7b6e333

Browse files
committed
polishing
1 parent 5a8dfce commit 7b6e333

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

splitio/push/splitworker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def _run(self):
7171
except Exception as e:
7272
_LOGGER.error('Exception raised in updating feature flag')
7373
_LOGGER.debug(str(e))
74+
_LOGGER.debug('Exception information: ', exc_info=True)
7475
pass
7576
self._handler(event.change_number)
7677
except Exception as e: # pylint: disable=broad-except

0 commit comments

Comments
 (0)