From e4bb5d8d16622b7beca103ae0f55d8ed41402b71 Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Sun, 18 Nov 2018 21:49:27 -0800 Subject: [PATCH] Fix logging when ray cluster utils is used --- python/ray/test/cluster_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/test/cluster_utils.py b/python/ray/test/cluster_utils.py index 568048360..dc648c776 100644 --- a/python/ray/test/cluster_utils.py +++ b/python/ray/test/cluster_utils.py @@ -94,7 +94,7 @@ class Cluster(object): services.all_processes[key] = [] node = Node(process_dict_copy) self.worker_nodes[node] = address_info - logging.info("Starting Node with raylet socket {}".format( + logger.info("Starting Node with raylet socket {}".format( address_info["raylet_socket_names"])) return node