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:
             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: