[TEST] remove trace logging
This commit is contained in:
parent
07a6143386
commit
288eb3d803
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
Loading…
Reference in New Issue