This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 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 5c8b7b7 Adjust logging levels for third party libraries (#7453)
5c8b7b7 is described below
commit 5c8b7b794023812c618bcea0ee659f7bfb6c9290
Author: kezhenxu94 <[email protected]>
AuthorDate: Fri Dec 17 00:30:58 2021 +0800
Adjust logging levels for third party libraries (#7453)
---
.../src/main/resources/logback-spring.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/dolphinscheduler-standalone-server/src/main/resources/logback-spring.xml
b/dolphinscheduler-standalone-server/src/main/resources/logback-spring.xml
index 75694da..95fb54e 100644
--- a/dolphinscheduler-standalone-server/src/main/resources/logback-spring.xml
+++ b/dolphinscheduler-standalone-server/src/main/resources/logback-spring.xml
@@ -26,6 +26,10 @@
</encoder>
</appender>
+ <logger name="org.apache.zookeeper" level="WARN"/>
+ <logger name="org.apache.hbase" level="WARN"/>
+ <logger name="org.apache.hadoop" level="WARN"/>
+
<root level="INFO">
<appender-ref ref="STDOUT"/>
</root>