Reduce Ray / RLlib startup messages (#5368)

This commit is contained in:
Eric Liang
2019-08-05 13:23:54 -07:00
committed by GitHub
parent 67f9e225cf
commit 955154a19d
11 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -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))