diff --git a/http/oauth2/oauth2.go b/http/oauth2/oauth2.go index 68c0f3a1..03255c1d 100644 --- a/http/oauth2/oauth2.go +++ b/http/oauth2/oauth2.go @@ -94,7 +94,7 @@ func introspectRequest(r *http.Request, w http.ResponseWriter, tokenIntro TokenI t := fromIntrospectResponse(s, tok) ctx = security.ContextWithToken(ctx, &t) - log.Req(r).Info(). + log.Req(r).Debug(). Str("client_id", t.clientID). Str("user_id", t.userID). Msg("Oauth2")