Skip to content

Commit 5363dfd

Browse files
committed
revert
1 parent 2968b93 commit 5363dfd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build-tools/src/main/java/org/elasticsearch/gradle/testclusters/ElasticsearchNode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,6 @@ private void startElasticsearchProcess() {
901901
}
902902
}
903903
LOGGER.info("Running `{}` in `{}` for {} env: {}", command, workingDir, this, environment);
904-
LOGGER.info("In case of node failure, check {} logs available at: {}", this.name, confPathLogs);
905904
Process esProcess;
906905
try {
907906
esProcess = processBuilder.start();

0 commit comments

Comments
 (0)