lgcareer opened a new pull request #4163:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/4163
## What is the purpose of the pull request
*Init task logger before init TaskExecuteThread and pass the `taskLogger` in
to TaskExecuteThread init method as parameter, so we can record the user and
work dir creating log to task instance log, and user can read this log in
front-end WebUI.* #3014
*Use common ShellExecutor in FileUtils.* #2925
## Brief change log
- *Add `taskLogger` parameter to TaskExecuteThread.*
- *Add three log utils to LoggerUtils.*
- *Init task logger before create initing TaskExecuteThread, and init task
logger process to TaskExecuteProcessor.*
- *Log all detail when create user and working dir in FileUtils.*
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]