mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:53:18 +08:00
Fix regression in directing worker output to stdout/stderr. (#2897)
This commit is contained in:
committed by
Eric Liang
parent
899e4585bc
commit
61bf6c6123
@@ -1546,7 +1546,7 @@ def start_ray_processes(address_info=None,
|
||||
local_scheduler_stdout_file, local_scheduler_stderr_file = (
|
||||
new_log_files(
|
||||
"local_scheduler_{}".format(i),
|
||||
redirect_output=redirect_output))
|
||||
redirect_output=redirect_worker_output))
|
||||
local_scheduler_name = start_local_scheduler(
|
||||
redis_address,
|
||||
node_ip_address,
|
||||
|
||||
Reference in New Issue
Block a user