liguotian commented on code in PR #10912:
URL: https://github.com/apache/dolphinscheduler/pull/10912#discussion_r919572198


##########
dolphinscheduler-standalone-server/src/main/java/org/apache/dolphinscheduler/server/StandaloneServer.java:
##########
@@ -40,7 +41,8 @@ public static void main(String[] args) throws Exception {
             MasterServer.class,
             WorkerServer.class,
             AlertServer.class,
-            PythonGatewayServer.class
+            PythonGatewayServer.class,
+            AdaptedLoggerServer.class

Review Comment:
   LoggerServer doesn't have any LifeCycle function.so i create a 
AdaptedLoggerServer to start and stop in spring context.
   
   



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