We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87de8c6 commit b4a4871Copy full SHA for b4a4871
zookeeper-server/src/main/java/org/apache/zookeeper/common/ZKConfig.java
@@ -98,7 +98,7 @@ public ZKConfig(File configFile) throws QuorumPeerConfig.ConfigException {
98
for (Entry<String, String> entry : properties.entrySet()) {
99
p.put(entry.getKey(), logRedactor(entry.getKey(), entry.getValue()));
100
}
101
- LOG.info("ZK Config {}", this.properties);
+ LOG.info("ZK Config {}", p);
102
103
104
/**
0 commit comments