We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fe202 commit 4d5c4b4Copy full SHA for 4d5c4b4
server/src/test/java/org/elasticsearch/index/shard/IndexShardIT.java
@@ -400,7 +400,7 @@ public void testMaybeRollTranslogGeneration() throws Exception {
400
}
401
402
403
- @TestLogging("_root:DEBUG,org.elasticsearch.index.shard:TRACE,org.elasticsearch.index.engine:TRACE")
+ @TestLogging("org.elasticsearch.index.shard:TRACE,org.elasticsearch.index.engine:TRACE")
404
public void testStressMaybeFlushOrRollTranslogGeneration() throws Exception {
405
createIndex("test");
406
ensureGreen();
0 commit comments