Skip to content

Commit 5a8dfce

Browse files
committed
polishing
1 parent c75b706 commit 5a8dfce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splitio/push/splitworker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def _run(self):
7070
continue
7171
except Exception as e:
7272
_LOGGER.error('Exception raised in updating feature flag')
73-
_LOGGER.error(str(e))
73+
_LOGGER.debug(str(e))
7474
pass
7575
self._handler(event.change_number)
7676
except Exception as e: # pylint: disable=broad-except

0 commit comments

Comments
 (0)