more fine-grained log level

This commit is contained in:
ginuerzh
2022-08-18 11:34:57 +08:00
parent 052b8e9468
commit f3f3acd4e1
57 changed files with 262 additions and 242 deletions

View File

@ -113,7 +113,7 @@ func (p *authenticator) periodReload(ctx context.Context) error {
p.options.logger.Warnf("reload: %v", err)
// return err
}
p.options.logger.Debugf("auther reload done")
p.options.logger.Debug("auther reload done")
case <-ctx.Done():
return ctx.Err()
}