diff --git a/plugin/src/test/java/org/elasticsearch/xpack/ml/integration/BasicDistributedJobsIT.java b/plugin/src/test/java/org/elasticsearch/xpack/ml/integration/BasicDistributedJobsIT.java index 0a9f251ce50..a252ed87458 100644 --- a/plugin/src/test/java/org/elasticsearch/xpack/ml/integration/BasicDistributedJobsIT.java +++ b/plugin/src/test/java/org/elasticsearch/xpack/ml/integration/BasicDistributedJobsIT.java @@ -144,7 +144,7 @@ public class BasicDistributedJobsIT extends BaseMlIntegTestCase { }); } - @TestLogging("org.elasticsearch.xpack.persistent:TRACE,org.elasticsearch.cluster.service:DEBUG,org.elasticsearch.xpack.ml.action::DEBUG") + @TestLogging("org.elasticsearch.xpack.persistent:TRACE,org.elasticsearch.cluster.service:DEBUG,org.elasticsearch.xpack.ml.action:DEBUG") public void testDedicatedMlNode() throws Exception { internalCluster().ensureAtMostNumDataNodes(0); // start 2 non ml node that will never get a job allocated. (but ml apis are accessable from this node) @@ -308,7 +308,7 @@ public class BasicDistributedJobsIT extends BaseMlIntegTestCase { assertEquals("Expected no violations, but got [" + violations + "]", 0, violations.size()); } - @TestLogging("org.elasticsearch.xpack.ml.action::DEBUG,org.elasticsearch.xpack.persistent:TRACE") + @TestLogging("org.elasticsearch.xpack.ml.action:DEBUG,org.elasticsearch.xpack.persistent:TRACE") public void testMlIndicesNotAvailable() throws Exception { internalCluster().ensureAtMostNumDataNodes(0); // start non ml node, but that will hold the indices