test: set debug log level on the external cluster

Original commit: elastic/x-pack-elasticsearch@e23afb5fbc
This commit is contained in:
jaymode 2016-06-01 14:35:24 -04:00
parent c1db7cb4dd
commit 4083bae777
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ integTest {
plugin 'x-pack', project(':x-plugins:elasticsearch:x-pack')
setting 'xpack.security.audit.enabled', 'true'
setting 'xpack.security.audit.outputs', 'index'
setting 'logger.level', 'DEBUG'
setupCommand 'setupDummyUser',
'bin/x-pack/users', 'useradd', 'test_user', '-p', 'changeme', '-r', 'superuser'
waitCondition = { node, ant ->