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 90072e4 commit 7b234c9Copy full SHA for 7b234c9
libs/entitlement/qa/src/javaRestTest/java/org/elasticsearch/entitlement/qa/EntitlementsTestRule.java
@@ -56,7 +56,6 @@ protected void before() throws Throwable {
56
.systemProperty("es.entitlements.enabled", "true")
57
.systemProperty("es.entitlements.testdir", () -> testDir.getRoot().getAbsolutePath())
58
.setting("xpack.security.enabled", "false")
59
- .setting("logger.org.elasticsearch.entitlement", "TRACE")
60
.build();
61
ruleChain = RuleChain.outerRule(testDir).around(tempDirSetup).around(cluster);
62
}
0 commit comments