You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now parallel workers use stdout/stderr for tracing/logging, and for error reporting in case of a crash. We may want to instead use log files (one per worker), similar to daemon. I am however not 100% sure this is better.
Right now parallel workers use stdout/stderr for tracing/logging, and for error reporting in case of a crash. We may want to instead use log files (one per worker), similar to daemon. I am however not 100% sure this is better.
cc @JukkaL