Skip to content

Commit

Permalink
Disable watcher debug logging in full cluster restart qa tests,
Browse files Browse the repository at this point in the history
maybe enabling it again when investigating watcher full cluster restart qa tests (#48381)
  • Loading branch information
martijnvg committed May 19, 2021
1 parent aac787a commit 80b24d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/qa/full-cluster-restart/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ for (Version bwcVersion : BuildParams.bwcVersions.indexCompatible) {
setting 'xpack.security.transport.ssl.key', 'testnode.pem'
setting 'xpack.security.transport.ssl.certificate', 'testnode.crt'
keystore 'xpack.security.transport.ssl.secure_key_passphrase', 'testnode'
setting 'logger.org.elasticsearch.xpack.watcher', 'DEBUG'

if (bwcVersion.onOrAfter('6.7.0')) {
setting 'xpack.security.authc.api_key.enabled', 'true'
Expand Down

0 comments on commit 80b24d7

Please sign in to comment.