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:
parent
7e1d8d5750
commit
efc93c7246
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue