Skip to content

Commit 4d5c4b4

Browse files
committed
TEST: decrease logging level in the flush test
Relates #31629
1 parent 43fe202 commit 4d5c4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/index/shard/IndexShardIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ public void testMaybeRollTranslogGeneration() throws Exception {
400400
}
401401
}
402402

403-
@TestLogging("_root:DEBUG,org.elasticsearch.index.shard:TRACE,org.elasticsearch.index.engine:TRACE")
403+
@TestLogging("org.elasticsearch.index.shard:TRACE,org.elasticsearch.index.engine:TRACE")
404404
public void testStressMaybeFlushOrRollTranslogGeneration() throws Exception {
405405
createIndex("test");
406406
ensureGreen();

0 commit comments

Comments
 (0)