I am using the Jersey client to communicate with a remote server. I do not have access to this server's logs. Therefore, it's essential that I see what I'm sending over from the client in order to troubleshoot my code. How can I increase logging to see at least:
- The url I'm sending a request to
- The parameter values
- Headers
- The request body (assuming I'm posting)