mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
test: increasing test logging from trace to debug
Original commit: elastic/x-pack-elasticsearch@8709256210
This commit is contained in:
parent
8545ddbf4d
commit
9367cd23f2
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user