heyudev 2 vuotta sitten
vanhempi
commit
2b4b5d369c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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: