Skip to content

Commit

Permalink
[improve][broker] Don't log brokerClientAuthenticationParameters and …
Browse files Browse the repository at this point in the history
…bookkeeperClientAuthenticationParameters by default (apache#22395)
  • Loading branch information
lhotari authored Apr 2, 2024
1 parent 50121e7 commit ad28a7c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1689,6 +1689,7 @@ The max allowed delay for delayed delivery (in milliseconds). If the broker rece
category = CATEGORY_STORAGE_BK,
doc = "Parameters for bookkeeper auth plugin"
)
@ToString.Exclude
private String bookkeeperClientAuthenticationParameters;

@FieldContext(
Expand Down Expand Up @@ -3303,6 +3304,7 @@ The max allowed delay for delayed delivery (in milliseconds). If the broker rece
doc = "Authentication parameters of the authentication plugin the broker is using to connect "
+ "to other brokers"
)
@ToString.Exclude
private String brokerClientAuthenticationParameters = "";
@FieldContext(
category = CATEGORY_REPLICATION,
Expand Down

0 comments on commit ad28a7c

Please sign in to comment.