We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4420e commit cb471e5Copy full SHA for cb471e5
src/test/java/com/ibm/watson/developer_cloud/WatsonServiceTest.java
@@ -96,7 +96,8 @@ private void setupLogging() {
96
System.setProperty("org.apache.commons.logging.simplelog.showdatetime", "true");
97
System.setProperty("org.apache.commons.logging.simplelog.log.httpclient.wire", "debug");
98
System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.http", "debug");
99
- System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.http.headers", "debug");
+ System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.http.impl.conn", "debug");
100
+ System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.http.impl.client", "debug");
101
}
102
103
0 commit comments