diff --git a/base/main.py b/base/main.py index b51ca87..e5dcd64 100644 --- a/base/main.py +++ b/base/main.py @@ -34,6 +34,7 @@ def run(args): try: tasklist.run(bootstrap_info) + log.info('Successfully completed bootstrapping') except (Exception, KeyboardInterrupt) as e: log.exception(e) log.error('Rolling back')