java.util.logging.Logger.getLogger("org.apache.http.wire").setLevel(java.util.logging.Level.FINEST);
java.util.logging.Logger.getLogger("org.apache.http.headers").setLevel(java.util.logging.Level.FINEST);
System.setProperty("org.apache.commons.logging.Log", "org.apache.commons.logging.impl.SimpleLog");
System.setProperty("org.apache.commons.logging.simplelog.showdatetime", "true");
System.setProperty("org.apache.commons.logging.simplelog.log.httpclient.wire", "ERROR");
System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.http", "ERROR");
System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.http.headers", "ERROR");

15:52:08.583 [main] DEBUG o.a.h.i.conn.SingleClientConnManager - Releasing connection org.apache.http.impl.conn.SingleClientConnManager$ConnAdapter@17a8a02
15:52:08.586 [main] DEBUG o.a.h.i.conn.SingleClientConnManager - Get connection for route HttpRoute[{}->http://432.1356.1245.137:83080]
15:52:08.587 [main] DEBUG o.a.h.i.c.DefaultClientConnectionOperator - Connecting to /32.153.15.7:80
15:52:08.657 [main] DEBUG o.a.h.c.protocol.RequestAddCookies - CookieSpec selected: best-match
15:52:08.657 [main] DEBUG o.a.h.c.protocol.RequestAuthCache - Auth cache not set in the context
15:52:08.658 [main] DEBUG o.a.h.impl.client.DefaultHttpClient - Attempt 1 to execute request

 

15:52:08.658 [main] DEBUG org.apache.http.wire - >>

15:52:08.658 [main] DEBUG org.apache.http.headers - >>

相关文章:

  • 2021-09-13
  • 2021-07-14
  • 2022-12-23
  • 2021-11-20
  • 2021-05-28
  • 2022-12-23
  • 2021-09-08
猜你喜欢
  • 2021-11-08
  • 2021-08-08
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
  • 2021-08-15
  • 2022-12-23
相关资源
相似解决方案