Skip to content

Commit 69f60c3

Browse files
committed
Revert "Add startup logging for standalone tests"
This reverts commit 9e23b7e.
1 parent 2235e02 commit 69f60c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildSrc/src/main/groovy/org/elasticsearch/gradle/test/NodeInfo.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ class NodeInfo {
163163
}
164164

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

0 commit comments

Comments
 (0)