This is an automated email from the ASF dual-hosted git repository.
wangyang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 8cb765bdcb [Bug] [Api] Logback file STDOUT duplicate (#14966)
8cb765bdcb is described below
commit 8cb765bdcb142526ff43a5dc06ce141f55d3374c
Author: 旺阳 <[email protected]>
AuthorDate: Tue Sep 26 20:19:43 2023 +0800
[Bug] [Api] Logback file STDOUT duplicate (#14966)
---
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>