Skip to content

Commit

Permalink
Revert "Add startup logging for standalone tests"
Browse files Browse the repository at this point in the history
This reverts commit 9e23b7e.
  • Loading branch information
jasontedor committed Feb 21, 2018
1 parent c90d0fd commit 86e5e38
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86e5e38

Please sign in to comment.