Skip to content

Commit fc3850a

Browse files
committed
Test: increase authentication logging for debugging
This commit increases the logging for authentication in the x-pack multi-node qa test project. This is needed to assist in debugging HTTP authorization failures in waiting for the second node in these tests. See #30306
1 parent 747fb6a commit fc3850a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/qa/multi-node/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ integTestCluster {
1212
setting 'xpack.watcher.enabled', 'false'
1313
setting 'xpack.monitoring.enabled', 'false'
1414
setting 'xpack.ml.enabled', 'false'
15+
setting 'logger.org.elasticsearch.xpack.security.authc', 'TRACE'
1516
extraConfigFile 'roles.yml', 'roles.yml'
1617
setupCommand 'setup-test-user', 'bin/elasticsearch-users', 'useradd', 'test-user', '-p', 'x-pack-test-password', '-r', 'test'
1718
setupCommand 'setup-super-user', 'bin/elasticsearch-users', 'useradd', 'super-user', '-p', 'x-pack-super-password', '-r', 'superuser'

0 commit comments

Comments
 (0)