Charles E. Rolke created DISPATCH-1863:
------------------------------------------

             Summary: TCP adaptor: improve event handler logging
                 Key: DISPATCH-1863
                 URL: https://issues.apache.org/jira/browse/DISPATCH-1863
             Project: Qpid Dispatch
          Issue Type: Improvement
          Components: Protocol Adaptors
            Reporter: Charles E. Rolke
            Assignee: Charles E. Rolke


In event handler log messages include the formal event name. This would change 
a log entry like:
{code:java}
2020-12-02 15:45:17 TCP_ADAPTOR (debug) [C10] Wake-up 
{code}
to
{code:java}
2020-12-02 15:45:17 TCP_ADAPTOR (debug) [C10] PN_RAW_CONNECTION_WAKE
{code}
 * The log line is now immediately recognized as a PN connection event.
 * The log file is now more greppable for events.
 * Event name may be added to existing log text.
 * Do the same for connection and listener events.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to