Skip to content

Commit cb444ed

Browse files
committed
Added debug logging segments to be synched.
1 parent 99bd61d commit cb444ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

splitio/sync/synchronizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ def synchronize_splits(self, till, sync_segments=True):
238238
if not self._split_synchronizers.segment_sync.segment_exist_in_storage(segment):
239239
new_segments.append(segment)
240240
if sync_segments and len(new_segments) != 0:
241+
_LOGGER.debug('Synching Segments: %s', ','.join(new_segments))
241242
success = self._split_synchronizers.segment_sync.synchronize_segments(new_segments, True)
242243
if not success:
243244
_LOGGER.error('Failed to schedule sync one or all segment(s) below.')

0 commit comments

Comments
 (0)