Revert "Add startup logging for standalone tests"

This reverts commit 9e23b7ed72.
This commit is contained in:
Jason Tedor 2018-02-20 20:00:09 -05:00
parent c90d0fdf6b
commit 86e5e38b41
1 changed files with 0 additions and 1 deletions

View File

@ -163,7 +163,6 @@ class NodeInfo {
}
env = ['JAVA_HOME': project.runtimeJavaHome]
args.addAll("-E", "logger.org.elasticsearch.bootstrap=debug", "-E", "logger.org.elasticsearch.common.network=debug")
args.addAll("-E", "node.portsfile=true")
String collectedSystemProperties = config.systemProperties.collect { key, value -> "-D${key}=${value}" }.join(" ")
String esJavaOpts = config.jvmArgs.isEmpty() ? collectedSystemProperties : collectedSystemProperties + " " + config.jvmArgs