gianm commented on issue #13082: URL: https://github.com/apache/druid/issues/13082#issuecomment-1269117476
ForkingTaskRunner starts a new OS process and directs that process stdout and stderr to the `logFile`. We are relying on the fact that all output for an OS process goes through the same stream and that stream can be directed anywhere we want. With ThreadingTaskRunner, we don't have a way to direct the logging for individual tasks/threads etc. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
