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 c75b706 commit 5a8dfceCopy full SHA for 5a8dfce
splitio/push/splitworker.py
@@ -70,7 +70,7 @@ def _run(self):
70
continue
71
except Exception as e:
72
_LOGGER.error('Exception raised in updating feature flag')
73
- _LOGGER.error(str(e))
+ _LOGGER.debug(str(e))
74
pass
75
self._handler(event.change_number)
76
except Exception as e: # pylint: disable=broad-except
0 commit comments