[TEST] remove trace logging

This commit is contained in:
Simon Willnauer 2014-06-04 10:10:38 +02:00
parent 07a6143386
commit 288eb3d803
3 changed files with 0 additions and 6 deletions

View File

@ -20,7 +20,5 @@
/**
* Aggregations module
*/
@TestLogging("org.elasticsearch.action.search.type:TRACE")
package org.elasticsearch.search.aggregations.bucket;
import org.elasticsearch.test.junit.annotations.TestLogging;

View File

@ -20,7 +20,5 @@
/**
* Aggregations module
*/
@TestLogging("org.elasticsearch.action.search.type:TRACE")
package org.elasticsearch.search.aggregations.metrics;
import org.elasticsearch.test.junit.annotations.TestLogging;

View File

@ -20,7 +20,5 @@
/**
* Aggregations module
*/
@TestLogging("org.elasticsearch.action.search.type:TRACE")
package org.elasticsearch.search.aggregations;
import org.elasticsearch.test.junit.annotations.TestLogging;