Skip to content

Commit

Permalink
Merge pull request #18245 from ahmetb/ahmet/supress-log
Browse files Browse the repository at this point in the history
Suppress noisy basic auth token deletion log
  • Loading branch information
serathius committed Jul 2, 2024
2 parents 2af08e0 + ec289a8 commit bf78a23
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 @@ -168,7 +168,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 bf78a23

Please sign in to comment.