Skip to content

Commit 524fa5e

Browse files
jaymodeywelsch
authored andcommitted
Test: increase search logging for LicensingTests
This commit increases the logging level around search to aid in debugging failures in LicensingTests#testSecurityActionsByLicenseType where we are seeing all shards failed error while trying to search the security index. See elastic#30301
1 parent 31c5958 commit 524fa5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/license/LicensingTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
import static org.hamcrest.Matchers.is;
5454
import static org.hamcrest.Matchers.notNullValue;
5555

56-
@TestLogging("org.elasticsearch.cluster.service:TRACE,org.elasticsearch.discovery.zen:TRACE")
56+
@TestLogging("org.elasticsearch.cluster.service:TRACE,org.elasticsearch.discovery.zen:TRACE,org.elasticsearch.action.search:TRACE," +
57+
"org.elasticsearch.search:TRACE")
5758
public class LicensingTests extends SecurityIntegTestCase {
5859
public static final String ROLES =
5960
SecuritySettingsSource.TEST_ROLE + ":\n" +

0 commit comments

Comments
 (0)