LiveSync: More verbose logging

This commit is contained in:
Adrian Moennich 2015-06-08 17:20:39 +02:00
parent bbc58a5e89
commit 7ec9bbace2

View File

@ -49,7 +49,9 @@ class Uploader(object):
except Exception:
self.logger.exception('{} could not upload batch'.format(self_name))
return
self.logger.info('{} finished batch {}'.format(self_name, i))
self.processed_records(batch)
self.logger.info('{} finished'.format(self_name))
def run_initial(self, events):
"""Runs the initial batch upload