Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
user sync ended successfuly log (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevforget authored Oct 27, 2022
1 parent 8f709ea commit d839866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tapiriik/sync/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -1324,6 +1324,7 @@ def Run(self, exhaustive=False, null_next_sync_on_unlock=False, heartbeat_callba
self._global_logger.exception("Core sync exception")
raise
else:
self._global_logger.info(f"[SYNC END] Synchronization ended successfully for hub user id {self.user['_id']}")
self._global_logger.info("Finished sync for %s (worker %d)" % (self.user["_id"], os.getpid()))
finally:
self._closeUserLogging()
Expand Down

0 comments on commit d839866

Please sign in to comment.