Skip to content

HTTP wire log in RESTClient

subwiz edited this page May 1, 2014 · 1 revision

Start RESTClient with these two system properties:

$ java -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog \
       -Dorg.apache.commons.logging.simplelog.log.org.apache.http.wire=DEBUG \
       restclient-ui-*.jar
Clone this wiki locally