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:
Eric Liang
2018-11-15 21:47:50 -08:00
committed by Philipp Moritz
parent d10cb570ab
commit e0bf9d7305
37 changed files with 404 additions and 26 deletions
+1
View File
@@ -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: