mirror of
https://github.com/wassname/ray.git
synced 2026-08-15 12:45:23 +08:00
Allow enabling logging in core worker with empty log_dir (#8529)
This commit is contained in:
@@ -315,6 +315,7 @@ class StreamingQueueTestBase : public ::testing::TestWithParam<uint64_t> {
|
||||
raylet_socket_names_[0], // raylet_socket
|
||||
NextJobId(), // job_id
|
||||
gcs_options_, // gcs_options
|
||||
true, // enable_logging
|
||||
"", // log_dir
|
||||
true, // install_failure_signal_handler
|
||||
"127.0.0.1", // node_ip_address
|
||||
|
||||
Reference in New Issue
Block a user