Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha committed Jan 24, 2023
1 parent 2cc5605 commit 81277d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions irrd/mirroring/mirror_runners_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ def run(self):
try:
update_route_preference_status(database_handler)
database_handler.commit()
logger.info(f'route preference update commit complete')
except Exception as exc:
logger.error(f'An exception occurred while attempting a route preference status update: {exc}', exc_info=exc)
finally:
Expand Down

0 comments on commit 81277d4

Please sign in to comment.