From 366eccc60d09fb6700be51a11e8b26bd07711300 Mon Sep 17 00:00:00 2001 From: "Christian R. Garcia" Date: Mon, 9 Dec 2024 09:08:01 -0800 Subject: [PATCH] Remove log --- service/health_central.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/health_central.py b/service/health_central.py index 83a6c5c..13c631a 100644 --- a/service/health_central.py +++ b/service/health_central.py @@ -205,7 +205,7 @@ def set_traefik_proxy(): # logger.critical(f"TRAINING22-input_pod.tenant_id: {input_pod.tenant_id}, input_pod.site_id: {input_pod.site_id}") pod = combine_pod_and_template_recursively(input_pod, input_pod.template, tenant=input_pod.tenant_id, site=input_pod.site_id) # logger.critical(f"TRAINING22-pod: HERE?") - logger.critical(f"TRAINNNED-pod: {pod}") + #logger.critical(f"TRAINNNED-pod: {pod}") # Each pod can have up to 3 networking objects with custom filled port/protocol/name for net_name, net_info in pod.networking.items(): if not isinstance(net_info, dict):