mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #18245 from ahmetb/ahmet/supress-log
Suppress noisy basic auth token deletion log
This commit is contained in:
commit
bf78a233ff
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user