diff --git a/python/ray/services.py b/python/ray/services.py index 8f2c33e92..9d933a050 100644 --- a/python/ray/services.py +++ b/python/ray/services.py @@ -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,