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 3ca5662 commit c46120fCopy full SHA for c46120f
server/src/main/java/org/elasticsearch/node/Node.java
@@ -291,7 +291,7 @@ protected Node(
291
Constants.JVM_NAME,
292
Constants.JAVA_VERSION,
293
Constants.JVM_VERSION);
294
- logger.info("JVM Home [{}]", System.getProperty("java.home"));
+ logger.info("JVM home [{}]", System.getProperty("java.home"));
295
logger.info("JVM arguments {}", Arrays.toString(jvmInfo.getInputArguments()));
296
if (Build.CURRENT.isProductionRelease() == false) {
297
logger.warn(
0 commit comments