Skip to content

Commit

Permalink
Merge pull request #18265 from k8s-infra-cherrypick-robot/cherry-pick…
Browse files Browse the repository at this point in the history
…-18245-to-release-3.5

[3.5] Suppress noisy basic auth token deletion log
  • Loading branch information
ahrtr authored Jul 3, 2024
2 parents 9946156 + 0a960a2 commit f2b9662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/auth/simple_token.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func (t *tokenSimple) enable() {

delf := func(tk string) {
if username, ok := t.simpleTokens[tk]; ok {
t.lg.Info(
t.lg.Debug(
"deleted a simple token",
zap.String("user-name", username),
zap.String("token", tk),
Expand Down

0 comments on commit f2b9662

Please sign in to comment.