2017-04-04 2651 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的。

感谢。

回答