Merge pull request #18245 from ahmetb/ahmet/supress-log

Suppress noisy basic auth token deletion log
This commit is contained in:
Marek Siarkowicz 2024-07-02 09:41:52 +02:00 committed by GitHub
commit bf78a233ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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),