test: change test logging

Original commit: elastic/x-pack-elasticsearch@2fe4619b4f
This commit is contained in:
Martijn van Groningen 2015-05-15 12:50:36 +02:00
parent 912bd1299b
commit a52a833264
1 changed files with 1 additions and 1 deletions

View File

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