mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 03:09:00 +08:00
Allow enabling logging in core worker with empty log_dir (#8529)
This commit is contained in:
@@ -193,6 +193,7 @@ cdef extern from "ray/core_worker/core_worker.h" nogil:
|
||||
c_string raylet_socket
|
||||
CJobID job_id
|
||||
CGcsClientOptions gcs_options
|
||||
c_bool enable_logging
|
||||
c_string log_dir
|
||||
c_bool install_failure_signal_handler
|
||||
c_string node_ip_address
|
||||
|
||||
Reference in New Issue
Block a user