liugddx commented on code in PR #4072:
URL: 
https://github.com/apache/incubator-seatunnel/pull/4072#discussion_r1105225444


##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/NodeExtension.java:
##########
@@ -77,6 +78,7 @@ public TextCommandService createTextCommandService() {
             {
                 register(HTTP_GET, new Log4j2HttpGetCommandProcessor(this));
                 register(HTTP_POST, new Log4j2HttpPostCommandProcessor(this));
+                register(HTTP_GET, new RestHttpGetCommandProcessor(this));

Review Comment:
   http://localhost:5801/hazelcast/rest/log-level
   
   
![image](https://user-images.githubusercontent.com/48236177/218623216-19464923-e1b5-4248-9186-4c668b11b448.png)
   



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