Revert "[TEST] Enable trace logging for translog recovery"

This reverts commit 52d53e658f.
This commit is contained in:
Simon Willnauer 2015-03-04 15:33:28 +01:00
parent f81805d7d3
commit 6b95a05fc7
1 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ import org.elasticsearch.search.SearchHit;
import org.elasticsearch.search.sort.SortOrder;
import org.elasticsearch.test.ElasticsearchIntegrationTest;
import org.elasticsearch.test.InternalTestCluster;
import org.elasticsearch.test.junit.annotations.TestLogging;
import org.junit.Test;
import java.nio.file.Path;
@ -51,7 +50,6 @@ import static org.hamcrest.Matchers.greaterThanOrEqualTo;
public class IndexWithShadowReplicasTests extends ElasticsearchIntegrationTest {
@Test
@TestLogging("index.gateway:TRACE")
public void testIndexWithFewDocuments() throws Exception {
Settings nodeSettings = ImmutableSettings.builder()
.put("node.add_id_to_custom_path", false)