SbloodyS commented on code in PR #11027:
URL: https://github.com/apache/dolphinscheduler/pull/11027#discussion_r923091227


##########
dolphinscheduler-task-plugin/dolphinscheduler-task-seatunnel/src/main/java/org/apache/dolphinscheduler/plugin/task/seatunnel/SeatunnelTask.java:
##########
@@ -115,7 +115,8 @@ private String buildCommand() throws Exception {
         args.addAll(buildOptions());
 
         String command = String.join(" ", args);
-        logger.info("SeaTunnel Flink task command: {}", command);
+        String engineType = 
seatunnelParameters.getEngine().name().toLowerCase();
+        logger.info("SeaTunnel {} task command: {}", engineType, command);

Review Comment:
   > logger.info("SeaTunnel Flink task command: {}", command); // it may be 
incorrect
   
   Why is it incorrect?



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