mirror of
https://github.com/wassname/ray.git
synced 2026-07-11 09:30:55 +08:00
Add debug string to raylet (#3317)
* initial debug string * format * wip debug string * fix compile * fix * update * finished * to file * logs dir * use temp root * fix * override
This commit is contained in:
committed by
Philipp Moritz
parent
d10cb570ab
commit
e0bf9d7305
@@ -955,6 +955,7 @@ def start_raylet(redis_address,
|
||||
start_worker_command,
|
||||
"", # Worker command for Java, not needed for Python.
|
||||
redis_password or "",
|
||||
get_temp_root(),
|
||||
]
|
||||
|
||||
if use_valgrind:
|
||||
|
||||
Reference in New Issue
Block a user