[TEST] Increase ml datafeed logging to understand test failure

DatafeedJobsIT has been failing. This change increases logging
to investigate those failures.

Original commit: elastic/x-pack-elasticsearch@0c7c29ac29
This commit is contained in:
Dimitrios Athanasiou 2017-04-20 17:18:11 +01:00
parent bf110ba05e
commit 1f9ddb6937
1 changed files with 1 additions and 0 deletions

View File

@ -334,6 +334,7 @@ integTestRunner {
integTestCluster { integTestCluster {
setting 'xpack.ml.enabled', 'true' setting 'xpack.ml.enabled', 'true'
setting 'logger.org.elasticsearch.xpack.ml.datafeed', 'TRACE'
// Integration tests are supposed to enable/disable exporters before/after each test // Integration tests are supposed to enable/disable exporters before/after each test
setting 'xpack.monitoring.exporters._local.type', 'local' setting 'xpack.monitoring.exporters._local.type', 'local'
setting 'xpack.monitoring.exporters._local.enabled', 'false' setting 'xpack.monitoring.exporters._local.enabled', 'false'