Just an Awesome Tip I found on Debugging RestClient in Groovy
If you wish to debug a RESTClient call, just add the following configuration to your logging section: [Coming from Grails, this should go in your logging section]. (This configuration setting targets the Http Client that is used within RestClient)
[Read More]