test: increasing test logging from trace to debug

Original commit: elastic/x-pack-elasticsearch@8709256210
This commit is contained in:
Martijn van Groningen 2015-05-12 14:49:11 +02:00
parent 8545ddbf4d
commit 9367cd23f2

View File

@ -51,7 +51,7 @@ import static org.hamcrest.core.Is.is;
/**
*/
@Slow
@TestLogging("watcher:TRACE,cluster.service:TRACE,indices.recovery:TRACE,indices.cluster:TRACE")
@TestLogging("watcher:DEBUG,cluster.service:DEBUG,indices.cluster:DEBUG")
@ClusterScope(scope = TEST, numClientNodes = 0, transportClientRatio = 0, randomDynamicTemplates = false, numDataNodes = 0)
public class NoMasterNodeTests extends AbstractWatcherIntegrationTests {