This is an automated email from the ASF dual-hosted git repository. zhongjiajie pushed a commit to branch 3.2.0-release in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
commit 62275e932d00efcaec562c7a364244bf00b1a8e2 Author: 旺阳 <[email protected]> AuthorDate: Tue Sep 26 20:19:43 2023 +0800 [Bug] [Api] Logback file STDOUT duplicate (#14966) (cherry picked from commit 8cb765bdcb142526ff43a5dc06ce141f55d3374c) --- dolphinscheduler-api/src/main/resources/logback-spring.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/dolphinscheduler-api/src/main/resources/logback-spring.xml b/dolphinscheduler-api/src/main/resources/logback-spring.xml index 36ba43a497..f46d732b8d 100644 --- a/dolphinscheduler-api/src/main/resources/logback-spring.xml +++ b/dolphinscheduler-api/src/main/resources/logback-spring.xml @@ -56,7 +56,6 @@ <appender-ref ref="STDOUT"/> </then> </if> - <appender-ref ref="STDOUT"/> <appender-ref ref="APILOGFILE"/> </root> </configuration>
