This is an automated email from the ASF dual-hosted git repository. zhouxzhan pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push: new 528ae847e2 [ISSUE #7988] Set enableTrace default to false 528ae847e2 is described below commit 528ae847e28714e4fff250517354ba51d885e562 Author: Zhouxiang Zhan <zhouxiang....@alibaba-inc.com> AuthorDate: Thu Apr 11 19:13:27 2024 +0800 [ISSUE #7988] Set enableTrace default to false --- client/src/main/java/org/apache/rocketmq/client/ClientConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/main/java/org/apache/rocketmq/client/ClientConfig.java b/client/src/main/java/org/apache/rocketmq/client/ClientConfig.java index 48c995301a..0fc04fcccb 100644 --- a/client/src/main/java/org/apache/rocketmq/client/ClientConfig.java +++ b/client/src/main/java/org/apache/rocketmq/client/ClientConfig.java @@ -101,7 +101,7 @@ public class ClientConfig { /** * The switch for message trace */ - protected boolean enableTrace = true; + protected boolean enableTrace = false; /** * The name value of message trace topic. If not set, the default trace topic name will be used.