- Medium: It contributes to significant difficulty to complete my task, but I can work around it.
Hi
I would like to be able to let ray know in which folder to put all of its logs in the current session (by giving it the explicit folder name)
Right now as far as I understand I can redirect all of the ray temp folder which includes a lot of other things, handles etc…
currently in the /tmp/ray we have:
session_latest link and all previous sessions
inside it we have logs, ports_by_node.json, runtime_resources, sockets and inside each one we have a lot of data
how can i extract only the logs folder ?
I don’t want to redirect stderr, but just give a folder to ray start where the logs should go or something along those lines