ruanwenjun commented on PR #1834: URL: https://github.com/apache/incubator-seatunnel/pull/1834#issuecomment-1120879671
@felixYyu Hi, the Starter is used to generate flink/spark command. If we use log here, the return info will look like below, we need to parse the command from the log, so we need to use `System.out` here. You can't change this, but you can add a comment on the `System.out` to explain this. ``` 22/05/09 14:30:58 INFO SparkStarter: xx ``` -- 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]
