[TEST] added trace logging for index recovery in GeoBoundsTests

This commit is contained in:
Colin Goodheart-Smithe 2014-09-12 13:22:28 +01:00
parent 1002ff2f15
commit 722ff1f56e
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ import org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregat
import org.elasticsearch.search.sort.SortBuilders;
import org.elasticsearch.search.sort.SortOrder;
import org.elasticsearch.test.ElasticsearchIntegrationTest;
import org.elasticsearch.test.junit.annotations.TestLogging;
import org.junit.Test;
import java.util.ArrayList;
@ -54,6 +55,7 @@ import static org.hamcrest.core.IsNull.notNullValue;
*
*/
@ElasticsearchIntegrationTest.SuiteScopeTest
@TestLogging("org.elasticsearch.indices.recovery:TRACE")
public class GeoBoundsTests extends ElasticsearchIntegrationTest {
private static final String SINGLE_VALUED_FIELD_NAME = "geo_value";