TEST: decrease logging level in the flush test

Relates #31629
This commit is contained in:
Nhat Nguyen 2018-09-13 11:18:03 -04:00
parent a192785fc8
commit b3071133d4
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ public class IndexShardIT extends ESSingleNodeTestCase {
}
}
@TestLogging("_root:DEBUG,org.elasticsearch.index.shard:TRACE,org.elasticsearch.index.engine:TRACE")
@TestLogging("org.elasticsearch.index.shard:TRACE,org.elasticsearch.index.engine:TRACE")
public void testStressMaybeFlushOrRollTranslogGeneration() throws Exception {
createIndex("test");
ensureGreen();