[TEST] more restrictive logging

This commit is contained in:
Britta Weber 2015-04-02 13:36:07 +02:00
parent 82071659de
commit 3772bd6738
1 changed files with 1 additions and 1 deletions

View File

@ -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();