Skip to content

Commit 5d0caac

Browse files
committed
iter
1 parent 0d6afda commit 5d0caac

File tree

1 file changed

+2
-2
lines changed
  • distribution/tools/server-cli/src/main/java/org/elasticsearch/server/cli

1 file changed

+2
-2
lines changed

distribution/tools/server-cli/src/main/java/org/elasticsearch/server/cli/APMJvmOptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class APMJvmOptions {
4848

4949
// ES does not use auto-instrumentation.
5050
"instrument", "false",
51-
"enable_experimental_instrumentations", "true"
51+
"enable_experimental_instrumentations", "false"
5252
);
5353

5454
/**
@@ -75,7 +75,7 @@ class APMJvmOptions {
7575

7676
// Logging configuration. Unless you need detailed logs about what the APM
7777
// is doing, leave this value alone.
78-
"log_level", "warn",
78+
"log_level", "debug",
7979
"log_format_file", "JSON",
8080
"application_packages", "org.elasticsearch,org.apache.lucene",
8181
"metrics_interval", "120s",

0 commit comments

Comments
 (0)