Hello! In my code I'm calling HttpClient.executeMethod(), which internally calls HttpClient.HttpMethodDirector.executeWithRetry(). The problem is that 'executeWithRetry()' logs an info message if an I/O Exception occurs.
So, I'm searching for a way to set the logging level of HttpClient to avoid logging of this info message. Regards and thanks in advance for any answer, s3g -- View this message in context: http://www.nabble.com/HttpClient%3A-Set-logging-level-tf2141123.html#a5909632 Sent from the Commons - User forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
