From 42cc27e74f57fee41b8c49f6e1320ba2c857999c Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Tue, 18 Jun 2019 22:31:09 -0400 Subject: [PATCH] Remove token service trace logging in tests This commit removes some trace logging for the token service in the rolling upgrade tests. If there is an active investigation here, it would be best to annotate this line with a comment in the source indicating such. From my digging, it does not appear there is an active investigation that relies on this logging, so we remove it. --- x-pack/qa/rolling-upgrade/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/x-pack/qa/rolling-upgrade/build.gradle b/x-pack/qa/rolling-upgrade/build.gradle index 2f567b5cfdc..f5085637b7e 100644 --- a/x-pack/qa/rolling-upgrade/build.gradle +++ b/x-pack/qa/rolling-upgrade/build.gradle @@ -121,7 +121,6 @@ for (Version version : bwcVersions.wireCompatible) { setting 'xpack.security.transport.ssl.enabled', 'true' setting 'xpack.security.authc.token.enabled', 'true' setting 'xpack.security.authc.token.timeout', '60m' - setting 'logger.org.elasticsearch.xpack.security.authc.TokenService', 'trace' setting 'xpack.security.audit.enabled', 'true' rootProject.globalInfo.ready { if (project.inFipsJvm) { @@ -191,7 +190,6 @@ for (Version version : bwcVersions.wireCompatible) { setting 'xpack.security.enabled', 'true' setting 'xpack.security.transport.ssl.enabled', 'true' setting 'xpack.security.authc.token.timeout', '60m' - setting 'logger.org.elasticsearch.xpack.security.authc.TokenService', 'trace' rootProject.globalInfo.ready { if (project.inFipsJvm) { setting 'xpack.security.transport.ssl.key', 'testnode.pem'