2017-04-04 2648 views
0

我正在使用HttpClient 4.5.2來管理http請求。由10個或更多刪除HttpClient「http-outgoing」日誌行

http-outgoing-50 >> "0[\r][\n]" 
http-outgoing-50 >> "[\r][\n]" 
http-outgoing-50 << "HTTP/1.1 200 OK[\r][\n]" 
http-outgoing-50 << "Server: Apache-Coyote/1.1[\r][\n]" 
http-outgoing-50 << "Content-Type: text/xml[\r][\n]" 
http-outgoing-50 << "Content-Length: 163[\r][\n]" 
http-outgoing-50 << "Date: Tue, 04 Apr 2017 08:36:40 GMT[\r][\n]" 
http-outgoing-50 << "[\r][\n]" 
http-outgoing-50 << "<?xml version="1.0" encoding="UTF-8" standalone="yes"?><WbxTSPSchema 
http-outgoing-50 << HTTP/1.1 200 OK 
http-outgoing-50 << Server: Apache-Coyote/1.1 
http-outgoing-50 << Content-Type: text/xml 
http-outgoing-50 << Content-Length: 163 
http-outgoing-50 << Date: Tue, 04 Apr 2017 08:36:40 GMT 
Connection can be kept alive indefinitely 
Response Code : 200 
Connection [id: 50][route: {}->http://stires-web-a.smst290.att.com:3100] can be kept alive 

它的倍數日誌大小!!!: 默認情況下它發送日誌行到我的日誌文件的格式

我該如何避免這些行。 我的日誌是基於log4j的。

感謝。

回答