Tests: added trace action.search.type to GeoBoundsTests

This commit is contained in:
Boaz Leskes 2014-09-12 20:16:42 +02:00
parent 5a8ebab96e
commit f96bfd3773
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ import static org.hamcrest.core.IsNull.notNullValue;
*
*/
@ElasticsearchIntegrationTest.SuiteScopeTest
@TestLogging("org.elasticsearch.indices.recovery:TRACE")
@TestLogging("indices.recovery:TRACE,action.search.type:TRACE")
public class GeoBoundsTests extends ElasticsearchIntegrationTest {
private static final String SINGLE_VALUED_FIELD_NAME = "geo_value";