test: set logger level differently after removal of support for es.* system properties

Original commit: elastic/x-pack-elasticsearch@fcaa9bbcff
This commit is contained in:
jaymode 2016-05-20 08:11:26 -04:00
parent 71b78579a1
commit d552574016
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ integTest {
'bin/x-pack/users', 'useradd', 'monitoring_agent', '-p', 'changeme', '-r', 'remote_monitoring_agent' 'bin/x-pack/users', 'useradd', 'monitoring_agent', '-p', 'changeme', '-r', 'remote_monitoring_agent'
// Required to detect that the monitoring agent service has started // Required to detect that the monitoring agent service has started
systemProperty 'es.logger.level', 'DEBUG' setting 'logger.level', 'DEBUG'
waitCondition = { node, ant -> waitCondition = { node, ant ->
// HTTPS check is tricky to do, so we wait for the log file to indicate that the node is started // HTTPS check is tricky to do, so we wait for the log file to indicate that the node is started