[TEST] more restrictive logging
This commit is contained in:
parent
82071659de
commit
3772bd6738
|
@ -81,7 +81,7 @@ import static org.hamcrest.Matchers.*;
|
||||||
public class SharedClusterSnapshotRestoreTests extends AbstractSnapshotTests {
|
public class SharedClusterSnapshotRestoreTests extends AbstractSnapshotTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestLogging("action:TRACE")
|
@TestLogging("action.count:TRACE")
|
||||||
public void basicWorkFlowTest() throws Exception {
|
public void basicWorkFlowTest() throws Exception {
|
||||||
Client client = client();
|
Client client = client();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue