EricJoy2048 opened a new issue, #2476: URL: https://github.com/apache/incubator-seatunnel/issues/2476
### Search before asking - [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description In `org.apache.seatunnel.engine.client.job.JobProxy#waitForJobComplete()` we use `jobFuture` to monitor the Job run state and called `jobFuture.get()` to wait the job complete. I think we need output the job's log when we are waiting for the job to complete. The job run logs is created in JobMaster, The JobMaster is run is the master node of the cluster. In JobMaster we use the `ILogger` to create logs, `ILogger` is the `Hazelcast` component. And from the `Hazelcast` document I found that , we may could use https://docs.hazelcast.com/hazelcast/5.1/maintain-cluster/logging#listening-to-logging-events to output the JobMaster logs in Client. ### Usage Scenario _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
