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 43fe202 commit 4d5c4b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,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 4d5c4b4

Please sign in to comment.