mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 00:44:50 +08:00
78b6bfb7f9
Currently, log directory in Java is a relative path . This PR changes it to `/tmp/raylogs` (with the same format as Python, e.g., `local_scheduler-2018-51-17_17-8-6-05164.err`). It also cleans up some relative code.