I am having somewhat of an issue making sure jclouds logs the full HTTP request 
in the WIRE log. Specifically stuff such as content-type content-length 
user-agent headers are missing in a POST request wire log (other headers are 
there - Accept, auth, other custom headers).
Is there something specific that needs to be configured?

I use 
https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/resources/logback.xml
and the SLF4J logging module.
Iterable<Module> modules = ImmutableSet.<Module> of(new SLF4JLoggingModule());

Reply via email to