Inside of the debugger I can see
JerseyWebTarget { http://host.com/service/method }
and I see how it builds the parameters and then executes the service.method(parms) call. Can I somehow log the call so that I get the full URL like
http://host.com/service/method?id=5
and also with more complex parameters like a big JSON file that I transfer to the service?