Skip to content

Commit

Permalink
No longer log check configuration
Browse files Browse the repository at this point in the history
Configuration might contain password/secret
hush-hush committed Jun 11, 2019
1 parent f1cd7a5 commit c2f696c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/datadog/jmxfetch/App.java
Original file line number Diff line number Diff line change
@@ -309,7 +309,7 @@ public boolean processAutoDiscovery(byte[] buffer) {
}

String name = getAutoDiscoveryName(config);
LOGGER.debug("Attempting to apply config. Name: " + name + "\nconfig: \n" + config);
LOGGER.debug("Attempting to apply config. Name: " + name);
InputStream stream = new ByteArrayInputStream(config.getBytes(UTF_8));
YamlParser yaml = new YamlParser(stream);

0 comments on commit c2f696c

Please sign in to comment.