From d55257401610b5eb58a07df12e79ffb4cceb72ae Mon Sep 17 00:00:00 2001 From: jaymode Date: Fri, 20 May 2016 08:11:26 -0400 Subject: [PATCH] test: set logger level differently after removal of support for es.* system properties Original commit: elastic/x-pack-elasticsearch@fcaa9bbcff4b67a61ccf0218bf7be75bb2b51049 --- elasticsearch/qa/smoke-test-plugins-ssl/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/qa/smoke-test-plugins-ssl/build.gradle b/elasticsearch/qa/smoke-test-plugins-ssl/build.gradle index 8581f51a63c..05fc100d3f9 100644 --- a/elasticsearch/qa/smoke-test-plugins-ssl/build.gradle +++ b/elasticsearch/qa/smoke-test-plugins-ssl/build.gradle @@ -178,7 +178,7 @@ integTest { 'bin/x-pack/users', 'useradd', 'monitoring_agent', '-p', 'changeme', '-r', 'remote_monitoring_agent' // Required to detect that the monitoring agent service has started - systemProperty 'es.logger.level', 'DEBUG' + setting 'logger.level', 'DEBUG' waitCondition = { node, ant -> // HTTPS check is tricky to do, so we wait for the log file to indicate that the node is started