This is an automated email from the ASF dual-hosted git repository.
zhangyuxuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/master by this push:
new 4f18c2c93 [Improve] modify kafka log level (#2763)
4f18c2c93 is described below
commit 4f18c2c9305d9c5b9ebbb29c5a5bad3724754d06
Author: Jast <[email protected]>
AuthorDate: Tue Oct 8 21:46:21 2024 +0800
[Improve] modify kafka log level (#2763)
Co-authored-by: Zhang Yuxuan <[email protected]>
---
manager/src/main/resources/logback-spring.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/manager/src/main/resources/logback-spring.xml
b/manager/src/main/resources/logback-spring.xml
index 7f5202bdd..fd8ffd901 100644
--- a/manager/src/main/resources/logback-spring.xml
+++ b/manager/src/main/resources/logback-spring.xml
@@ -90,6 +90,7 @@
<logger name="springfox" level="info"/>
<logger name="org.mongodb" level="warn"/>
<logger name="io.greptime" level="warn"/>
+ <logger name="org.apache.kafka" level="warn"/>
<!-- Production environment configuration -->
<springProfile name="prod">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]