Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
silvestre committed Jan 9, 2025
1 parent 059712f commit c373990
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/autoscaler/cf/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,8 @@ func (c *CtxClient) introspectToken(ctx context.Context, token string) (*Introsp
return nil, err
}

c.logger.Info("introspection-response", lager.Data{"responseBody": string(responseBody), "unmarshalledResponse": introspectionResponse, "scopes": introspectionResponse.Scopes})

return introspectionResponse, nil
}

Expand Down

0 comments on commit c373990

Please sign in to comment.