You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/07/13 01:28:54 UTC

[GitHub] [dolphinscheduler] caishunfeng commented on a diff in pull request #10912: [Fix-10895][standalone] fix standalone-server view task log

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


##########
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:
   It seems you can use `LoggerServer` directly.



-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org