liugddx commented on PR #6081:
URL: https://github.com/apache/seatunnel/pull/6081#issuecomment-1871664836
> > > like flink web ui.we can get log from rest api
> >
> >
> > Later we can inject the job ID into the log as trace_id. Later, the
execution of the task can be tracked through elk or other logging engines.
>
> Thanks for explain this. I have some question about get log api. SeaTunnel
may have more than one log file and there will be many archived logs. How
should we deal with them? SeaTunnel have more than one node. Do we currently
only support obtaining logs on the master node?
1. Just like flink, you can provide an interface /logs to obtain all log
files, and then provide detailed information.
2. Yes, currently only master logs can be obtained. I can view the log
information of the specified machine based on nodeId, like /{nodeId}/log
--
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]