diff --git a/clore_onboarding.py b/clore_onboarding.py index df4aeb7..5daf4cc 100644 --- a/clore_onboarding.py +++ b/clore_onboarding.py @@ -439,6 +439,7 @@ if args.write_linux_config: sys.exit(1) async def main(machine_specs): + logger.info("Started onboarding") global next_retry_reached_server_limit last_used_config = None ever_pending_creation = False @@ -457,6 +458,7 @@ async def main(machine_specs): oc_config = {} while True: try: + logger.info("Looping") if args.mode == "linux": clore_config = await async_read_file(clore_conf_path) clore_config = json.loads(clore_config)