Skip to content

Commit 42cc27e

Browse files
committed
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.
1 parent fa09113 commit 42cc27e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x-pack/qa/rolling-upgrade/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ for (Version version : bwcVersions.wireCompatible) {
121121
setting 'xpack.security.transport.ssl.enabled', 'true'
122122
setting 'xpack.security.authc.token.enabled', 'true'
123123
setting 'xpack.security.authc.token.timeout', '60m'
124-
setting 'logger.org.elasticsearch.xpack.security.authc.TokenService', 'trace'
125124
setting 'xpack.security.audit.enabled', 'true'
126125
rootProject.globalInfo.ready {
127126
if (project.inFipsJvm) {
@@ -191,7 +190,6 @@ for (Version version : bwcVersions.wireCompatible) {
191190
setting 'xpack.security.enabled', 'true'
192191
setting 'xpack.security.transport.ssl.enabled', 'true'
193192
setting 'xpack.security.authc.token.timeout', '60m'
194-
setting 'logger.org.elasticsearch.xpack.security.authc.TokenService', 'trace'
195193
rootProject.globalInfo.ready {
196194
if (project.inFipsJvm) {
197195
setting 'xpack.security.transport.ssl.key', 'testnode.pem'

0 commit comments

Comments
 (0)