ruanwenjun opened a new issue, #17791: URL: https://github.com/apache/dolphinscheduler/issues/17791
### Search before asking - [x] I had searched in the [DSIP](https://github.com/apache/dolphinscheduler/issues/14102) and found no similar DSIP. ### Motivation Currently, we store the task instance log and task output in the same file. The problem is that the task instance log is generated by `DolphinScheduler`, the end users don't actually understand the underlying logic, they only care about the output of their tasks. Therefore, they need to locate their task outputs within the vast array of task instances. Additionally, since we often use separate threads to collect task outputs, this can also lead to issues where task outputs and task log entries become interspersed and out of order. This DSIP aim to seperate the task log and task output, use extra file to store the task out. ### Design Detail _No response_ ### Compatibility, Deprecation, and Migration Plan _No response_ ### Test Plan _No response_ ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
