fix: log all ips

main
Malar Invention 2025-01-12 17:10:14 +05:30
parent 4a14d77cc5
commit c51c400a4b
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ async def watch_nodes(v1, external_ips_update_queue):
)
external_node_ips = list(external_node_ipset)
await external_ips_update_queue.put(external_node_ips)
logger.debug(f"Added external IPs to update queue: {external_ips}")
logger.debug(f"Added external IPs to update queue: {external_node_ips}")
except client.exceptions.ApiException as e:
logger.error(f"API Exception in watch_nodes: {e}")