mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
LiveSync: More verbose logging
This commit is contained in:
parent
bbc58a5e89
commit
7ec9bbace2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user