ruanwenjun commented on code in PR #17378:
URL: 
https://github.com/apache/dolphinscheduler/pull/17378#discussion_r2241330183


##########
dolphinscheduler-task-executor/src/main/java/org/apache/dolphinscheduler/task/executor/AbstractTaskExecutor.java:
##########
@@ -125,9 +126,8 @@ protected void transitTaskExecutorState(final 
TaskExecutorState taskExecutorStat
     protected abstract void doTriggerTaskPlugin();
 
     protected void initializeTaskContext() {
-        log.info("Begin to initialize taskContext");
         taskExecutionContext.setStartTime(System.currentTimeMillis());
-        log.info("End initialize taskContext {}", 
JSONUtils.toPrettyJsonString(taskExecutionContext));
+        log.info(TaskLogMarkers.excludeInTaskLog(), "{}", 
JSONUtils.toJsonString(taskExecutionContext));

Review Comment:
   Yes, good catch



-- 
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]

Reply via email to