Hisoka-X commented on code in PR #8696:
URL: https://github.com/apache/seatunnel/pull/8696#discussion_r2191564115


##########
seatunnel-core/seatunnel-starter/src/main/java/org/apache/seatunnel/core/starter/seatunnel/command/ClientExecuteCommand.java:
##########
@@ -227,6 +239,9 @@ public void execute() throws CommandExecuteException {
         } catch (Exception e) {
             throw new CommandExecuteException("SeaTunnel job executed failed", 
e);
         } finally {
+
+            printEvent(jobId);
+

Review Comment:
   Thanks @zhangshenghang . Let's add an option to disable print event by 
default. User can print event if them need when submit job by shell.



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