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:
parent
c7ad6b9872
commit
91242f3a98
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue