Tests: Increase loglevel, deactivate ML/monitoring to unclutter logs

Relates elastic/x-pack-elasticsearch#1807

Original commit: elastic/x-pack-elasticsearch@a958f32a3c
This commit is contained in:
Alexander Reelsen 2017-06-23 10:40:31 +02:00
parent 7e1d8d5750
commit efc93c7246
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ integTestRunner {
integTestCluster { integTestCluster {
dependsOn copyWatcherRestTests dependsOn copyWatcherRestTests
setting 'xpack.monitoring.enabled', 'false'
setting 'xpack.ml.enabled', 'false'
setting 'logger.level', 'DEBUG'
plugin ':x-pack-elasticsearch:plugin' plugin ':x-pack-elasticsearch:plugin'
extraConfigFile 'x-pack/roles.yml', 'roles.yml' extraConfigFile 'x-pack/roles.yml', 'roles.yml'
setupCommand 'setupTestAdminUser', setupCommand 'setupTestAdminUser',