Using multiprocessing mp as distributed backend, what happens to the outputs written to stdout/stderr by worker processes? I noticed the outputs originated from vLLM code do appear on screen (prefixed with worked PID). I have some instrumentation that writes outputs to stderr, I wonder if it’s possible to capture it from worker processes as well.