Check Logging for parallel Iterator

Hi ,

When parallel iterator is invoked , and it’s associated API’s are invoked . Is there a way to see the logs within the parallel Iterator?

This is similar to ray logging examples, which talk about logging inside methods annotated with @ray.remote .

Hi @SumanthDatta all of the logs should be streamed to the main python process. Otherwise, you can see them in /tmp/ray/session_latest/logs/worker-*.{out,err}

You can also see worker logs from the ray dashboard Ray Dashboard — Ray v1.2.0