Hisoka-X commented on code in PR #6081:
URL: https://github.com/apache/seatunnel/pull/6081#discussion_r1439122643
##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/rest/RestHttpGetCommandProcessor.java:
##########
@@ -159,6 +166,19 @@ private void getSystemMonitoringInformation(HttpGetCommand
command) {
this.prepareResponse(command, jsonValues);
}
+ private void handleLog(HttpGetCommand command) throws IOException {
+
+ String logPath = System.getProperty("seatunnel.logs.path");
+ String logName = System.getProperty("seatunnel.logs.file_name") +
".log";
Review Comment:
oh, seem like we already introduce `seatunnel.logs.path` and
`seatunnel.logs.file_name` environment variables before this PR. Ignore this
one.
--
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]