mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:23:10 +08:00
Fix logging when ray cluster utils is used
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user