From 1f9ddb693723e817681e098619ed2491a354e1fe Mon Sep 17 00:00:00 2001 From: Dimitrios Athanasiou Date: Thu, 20 Apr 2017 17:18:11 +0100 Subject: [PATCH] [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@0c7c29ac2995ed45b8255188f837ebbabb642ac2 --- plugin/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/build.gradle b/plugin/build.gradle index d479a21ea70..bad103c679d 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -334,6 +334,7 @@ integTestRunner { integTestCluster { 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 setting 'xpack.monitoring.exporters._local.type', 'local' setting 'xpack.monitoring.exporters._local.enabled', 'false'