/ Published in: Bash
For impl of 'simpleLog', in eclipse, the default instructions did not work for me , providing LEVEL_ALL logs until i added one additional prop not mentioned in the link
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
-Dorg.apache.commons.logging.Log="org.apache.commons.logging.impl.SimpleLog" -Dorg.apache.commons.logging.simplelog.showdatetime="true" -Dorg.apache.commons.logging.simplelog.defaultlog="debug" -- key stmt above for run config sysProps is for the 'simplelog.defaultlog' when that was added, level_all came thru to stderr in eclipse
URL: http://hc.apache.org/httpcomponents-client-ga/logging.html