diff --git a/auth/oauth/m2m/m2m.go b/auth/oauth/m2m/m2m.go index fd67a1fd..60d7a306 100644 --- a/auth/oauth/m2m/m2m.go +++ b/auth/oauth/m2m/m2m.go @@ -57,7 +57,7 @@ func (c *authClient) Authenticate(r *http.Request) error { c.tokenSource = GetTokenSource(config) token, err := c.tokenSource.Token() - log.Info().Msgf("token fetched successfully") + log.Debug().Msgf("token fetched successfully") if err != nil { log.Err(err).Msg("failed to get token")