[TEST] adjusted log levels in tests

Original commit: elastic/x-pack-elasticsearch@eb4e0c2450
This commit is contained in:
Martijn van Groningen 2017-03-31 10:58:46 +02:00
parent fb5ccc7d14
commit cbfa5b5f0e
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ import java.util.concurrent.TimeUnit;
import static org.elasticsearch.xpack.ml.job.process.autodetect.AutodetectProcessManager.MAX_RUNNING_JOBS_PER_NODE;
@TestLogging("org.elasticsearch.xpack.ml:DEBUG")
@TestLogging("org.elasticsearch.xpack.ml.action::DEBUG")
public class BasicDistributedJobsIT extends BaseMlIntegTestCase {
public void testFailOverBasics() throws Exception {

View File

@ -38,7 +38,7 @@ import java.io.IOException;
import java.util.Collections;
import java.util.concurrent.TimeUnit;
@TestLogging("org.elasticsearch.xpack.ml.datafeed:TRACE,org.elasticsearch.xpack.ml.action:TRACE")
@TestLogging("org.elasticsearch.xpack.ml.datafeed:DEBUG,org.elasticsearch.xpack.ml.action:DEBUG")
public class MlDistributedFailureIT extends BaseMlIntegTestCase {
public void testFailOver() throws Exception {