This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch 2.0.2-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/2.0.2-prepare by this push:
new 1657ce3 Adjust zookeeper log level (#7468)
1657ce3 is described below
commit 1657ce31a6eea72fa377ce45d3461f083fd7a5b1
Author: kezhenxu94 <[email protected]>
AuthorDate: Wed Dec 22 00:04:26 2021 +0800
Adjust zookeeper log level (#7468)
---
.../src/main/resources/application-standalone.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git
a/dolphinscheduler-standalone-server/src/main/resources/application-standalone.yaml
b/dolphinscheduler-standalone-server/src/main/resources/application-standalone.yaml
index 532c85a..136a8c7 100644
---
a/dolphinscheduler-standalone-server/src/main/resources/application-standalone.yaml
+++
b/dolphinscheduler-standalone-server/src/main/resources/application-standalone.yaml
@@ -32,3 +32,11 @@ management:
metrics:
tags:
application: ${spring.application.name}
+
+logging:
+ level:
+ org:
+ apache:
+ zookeeper: WARN
+ hbase: WARN
+ hadoop: WARN