When batch jobs get executed in parallel, they might log to stdout/stderr in parallel, making it hard to debug a run. I want the output from each execution to be in its own block of stdout/stderr so that I can more easily read what happened.
OTOH, maybe I definitely want all logs to be sequential instead.
At the very least, make sure each executor's logger has a slightly different prefix, so they can be visually distinct.
When batch jobs get executed in parallel, they might log to stdout/stderr in parallel, making it hard to debug a run. I want the output from each execution to be in its own block of stdout/stderr so that I can more easily read what happened.
OTOH, maybe I definitely want all logs to be sequential instead.
At the very least, make sure each executor's logger has a slightly different prefix, so they can be visually distinct.