What is the best practice for ray driver to retrieve logs from each remote worker for processes that was launched and and monitored by Ray Actors? For example, a C++ binary that is launched by remote Ray actors.
cc: @sangcho for ideas here
If those procs emit to stdout/stderr, the log must be inside an actor. In that case, they will be streamed to the driver.