Skip to content

Commit ee74fe9

Browse files
authored
Put OOME script initializer logging to debug level (#7750)
1 parent 79648fa commit ee74fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/agent-crashtracking/src/main/java/com/datadog/crashtracking/OOMENotifierScriptInitializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static void initialize(String onOutOfMemoryVal) {
4242
}
4343
Path scriptPath = getOOMEScripPath(onOutOfMemoryVal);
4444
if (scriptPath == null) {
45-
LOG.info(
45+
LOG.debug(
4646
"OOME notifier script value ({}) does not follow the expected format: <path>/dd_ome_notifier.(sh|bat) %p. OOME tracking is disabled.",
4747
onOutOfMemoryVal);
4848
return;

0 commit comments

Comments
 (0)