We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935e235 commit 4cae820Copy full SHA for 4cae820
jmx-scraper/src/main/java/io/opentelemetry/contrib/jmxscraper/JmxScraper.java
@@ -52,7 +52,7 @@ public class JmxScraper {
52
public static void main(String[] args) {
53
54
// set log format
55
- System.setProperty("java.util.logging.SimpleFormatter.format", "%1$tF %1$tT %4$s %5$s%n");
+ System.setProperty("java.util.logging.SimpleFormatter.format", "%1$tF %1$tT %4$s %5$s %6$s%n");
56
57
List<String> effectiveArgs = new ArrayList<>(Arrays.asList(args));
58
boolean testMode = effectiveArgs.remove(TEST_ARG);
0 commit comments