hailin0 commented on code in PR #6081:
URL: https://github.com/apache/seatunnel/pull/6081#discussion_r1436459604


##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/rest/RestConstant.java:
##########
@@ -44,6 +44,11 @@ public class RestConstant {
     public static final String ERROR_MSG = "errorMsg";
 
     public static final String METRICS = "metrics";
+
+    public static final String LOG_PATH = "seatunnel.logs.path";
+
+    public static final String LOG_FILE_NAME = "seatunnel.logs.file_name";

Review Comment:
   Please add a comment indicating that this configuration is associated with a 
shell script



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