Initialize selector before we make an auth.Generate call (#1693)

This commit is contained in:
Janos Dobronszki
2020-06-09 12:47:31 +02:00
committed by GitHub
parent a346064eaf
commit cdd8f9fd82
2 changed files with 23 additions and 23 deletions

View File

@@ -28,7 +28,7 @@ func Generate(id string, name string, a auth.Auth) error {
if err != nil {
return err
}
logger.Infof("Auth [%v] Authenticated as %v issued by %v", a, name, acc.Issuer)
logger.Debugf("Auth [%v] Authenticated as %v issued by %v", a, name, acc.Issuer)
accID = acc.ID
accSecret = acc.Secret