[TEST] adds TRACE logging to org.elasticsearch.snapshots for the

SharedClusterSnapshotRestoreIT#testDataFileCorruptionDuringRestore test
This commit is contained in:
Ali Beyad 2017-05-24 09:50:17 -04:00
parent 68f03b88c4
commit 877f2d671b
1 changed files with 1 additions and 1 deletions

View File

@ -808,7 +808,7 @@ public class SharedClusterSnapshotRestoreIT extends AbstractSnapshotIntegTestCas
logger.info("--> total number of simulated failures during restore: [{}]", getFailureCount("test-repo"));
}
@TestLogging("org.elasticsearch.cluster.routing:TRACE")
@TestLogging("org.elasticsearch.cluster.routing:TRACE,org.elasticsearch.snapshots:TRACE")
public void testDataFileCorruptionDuringRestore() throws Exception {
Path repositoryLocation = randomRepoPath();
Client client = client();