From 07134d26d73545ff2b4b81e0aaf363c9f3fcec42 Mon Sep 17 00:00:00 2001 From: empresa Date: Tue, 9 Sep 2025 22:13:52 +0700 Subject: [PATCH] Wallet config debugging. More. --- clore_onboarding.py | 2 ++ 1 file changed, 2 insertions(+) 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)