heyudev 2 年之前
父节点
当前提交
2b4b5d369c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      longvideo_update.py

+ 1 - 1
longvideo_update.py

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