Skip to content

Commit

Permalink
TEST: decrease logging level in the flush test
Browse files Browse the repository at this point in the history
Relates #31629
  • Loading branch information
dnhatn committed Sep 13, 2018
1 parent 858f68e commit 31d6278
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ public void testMaybeRollTranslogGeneration() throws Exception {
}
}

@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();
Expand Down

0 comments on commit 31d6278

Please sign in to comment.