test: change test logging
Original commit: elastic/x-pack-elasticsearch@2fe4619b4f
This commit is contained in:
parent
912bd1299b
commit
a52a833264
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue