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 1515aba commit 1496a6cCopy full SHA for 1496a6c
dd-java-agent/agent-crashtracking/src/main/java/com/datadog/crashtracking/ScriptInitializer.java
@@ -204,7 +204,7 @@ private static void initializeOOMENotifier(HotSpotDiagnosticMXBean diagBean) {
204
// @VisibleForTests
205
static void initializeOOMENotifier(String onOutOfMemoryVal) throws IOException {
206
if (onOutOfMemoryVal == null || onOutOfMemoryVal.isEmpty()) {
207
- log.info("'-XX:OnOutOfMemoryError' argument was not provided. OOME tracking is disabled.");
+ log.debug("'-XX:OnOutOfMemoryError' argument was not provided. OOME tracking is disabled.");
208
return;
209
}
210
Matcher m = oomeNotifierScriptPattern.matcher(onOutOfMemoryVal);
0 commit comments