Tests: Increase logging for tests for randomly failing tests

Relates elastic/elasticsearch#2090

Original commit: elastic/x-pack-elasticsearch@4051354f45
This commit is contained in:
Alexander Reelsen 2016-04-25 17:45:22 +02:00
parent c7ad6b9872
commit 91242f3a98
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ integTest {
dependsOn copyMonitoringRestTests
cluster {
systemProperty 'es.logger.level', 'TRACE'
plugin 'x-pack', project(':x-plugins:elasticsearch:x-pack')
setting 'xpack.monitoring.agent.interval', '3s'
extraConfigFile 'x-pack/roles.yml', 'roles.yml'