mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 08:01:50 +08:00
Reduce Ray / RLlib startup messages (#5368)
This commit is contained in:
+2
-2
@@ -493,7 +493,7 @@ class Node(object):
|
||||
|
||||
def start_head_processes(self):
|
||||
"""Start head processes on the node."""
|
||||
logger.info(
|
||||
logger.debug(
|
||||
"Process STDOUT and STDERR is being redirected to {}.".format(
|
||||
self._logs_dir))
|
||||
assert self._redis_address is None
|
||||
@@ -507,7 +507,7 @@ class Node(object):
|
||||
|
||||
def start_ray_processes(self):
|
||||
"""Start all of the processes on the node."""
|
||||
logger.info(
|
||||
logger.debug(
|
||||
"Process STDOUT and STDERR is being redirected to {}.".format(
|
||||
self._logs_dir))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user