Skip to content

Commit cb471e5

Browse files
adding logging for underline http connections
1 parent 5f4420e commit cb471e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/ibm/watson/developer_cloud/WatsonServiceTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ private void setupLogging() {
9696
System.setProperty("org.apache.commons.logging.simplelog.showdatetime", "true");
9797
System.setProperty("org.apache.commons.logging.simplelog.log.httpclient.wire", "debug");
9898
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");
99+
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");
100101
}
101102

102103
}

0 commit comments

Comments
 (0)