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