How severe does this issue affect your experience of using Ray?
- Medium: It contributes to significant difficulty to complete my task, but I can work around it.
In docs, it suggests user to change the logging path by:
The default temp directory is
/tmp/ray
(for Linux and Mac OS). If you’d like to change the temp directory, you can specify it whenray start
orray.init()
is called.
https://docs.ray.io/en/latest/ray-observability/ray-logging.html#logging-directory-structure
But I still don’t know how to change it, which parameter should I assign the new path to?
Thanks a lot.