Skip to content

Commit 71ca623

Browse files
authored
Add logging to catch source of error (#136010)
1 parent cf0fa6d commit 71ca623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/security/qa/microsoft-graph-authz-tests/src/javaRestTest/java/org/elasticsearch/xpack/security/authz/microsoft/MicrosoftGraphAuthzPluginIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ private static ElasticsearchCluster initTestCluster() {
122122
.setting("xpack.security.authc.realms.microsoft_graph.microsoft_graph1.client_id", CLIENT_ID)
123123
.keystore("xpack.security.authc.realms.microsoft_graph.microsoft_graph1.client_secret", CLIENT_SECRET)
124124
.setting("xpack.security.authc.realms.microsoft_graph.microsoft_graph1.tenant_id", TENANT_ID)
125+
.setting("logger.org.elasticsearch.xpack.security.authc", "DEBUG")
125126
.setting("logger.org.elasticsearch.xpack.security.authz.microsoft", "TRACE")
126127
.setting("logger.com.microsoft", "TRACE")
127128
.setting("logger.com.azure", "TRACE");

0 commit comments

Comments
 (0)