You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2013/06/19 18:19:21 UTC

[jira] [Resolved] (HTTPCLIENT-1374) Provide functionality to customize the logging of the http headers and wire

     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski resolved HTTPCLIENT-1374.
-------------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.3 Beta3

Split ManagedHttpClientConnectionImpl into DefaultManagedHttpClientConnection and LoggingManagedHttpClientConnection and made DefaultManagedHttpClientConnection public.

Oleg
                
> Provide functionality to customize the logging of the http headers and wire
> ---------------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1374
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1374
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>            Reporter: Jose L Martinez-Avial
>             Fix For: 4.3 Beta3
>
>         Attachments: HTTPCLIENT-1374.patch
>
>
> Currently the logging of the http headers and data (wire) exchanged when doing a HTTP request/response is controlled by the logging categories org.apache.http.headers and org.apache.http.wire. The problem is that the logging cannot by customized: It is possible to setup the debug level, and change it dynamically, but those changed affect all the instances of the HttpClient, since the logger is static. So it is not possible to change the logging for a specific connections, for example.
> The patch I modifies ManagedHttpClientConnectionFactory so the loggers are created by using two protected methods getHeaderlog and getWirelog. That way the factory can be extended in order to provide diferent logges, and therefore allow to customize the logging of the http headers and data.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org