I/O event logging for NHTTP transport
-------------------------------------
Key: SYNAPSE-70
URL: https://issues.apache.org/jira/browse/SYNAPSE-70
Project: Synapse
Issue Type: Improvement
Components: extensions
Affects Versions: 1.0-RC1
Reporter: Oleg Kalnichevski
Priority: Minor
Attachments: nhttp-logging.patch
HTTP transport problems tend to be very difficult to troubleshoot and ability
to get extensive debug logs of the I/O operations performed by the transport
may come quite handy. Being a low level communication library HttpCore does not
perform any logging in order to not impose a choice of a logging toolkit on its
upstream dependencies. Logging capabilities can be added to HttpCore by
providing decorator classes for its interfaces. I am submitting a patch for
your consideration that adds a number of logging decorators for HttpCore NIO
interfaces thus enabling Synapse to log HttpCore I/O events using Commons
Logging API.
Oleg
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]