@@ -30,7 +30,7 @@ def server_health_check(client, instance_id):
try:
http_code = requests.get(health_check_url).status_code
except:
- logging.info("images is downloading")
+ logging.info(f"images is downloading ip:{ip_address}")
http_code = 0
if http_code == 200: