Skip to content

Commit

Permalink
[ISSUE #7988] Set enableTrace default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
drpmma committed Apr 11, 2024
1 parent b39f65e commit 528ae84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 528ae84

Please sign in to comment.