Make it easier to just enable the command trancing of the TransportLogger.
--------------------------------------------------------------------------

         Key: AMQ-809
         URL: https://issues.apache.org/activemq/browse/AMQ-809
     Project: ActiveMQ
        Type: Improvement

    Versions: 4.0    
    Reporter: Hiram Chirino
 Assigned to: Hiram Chirino 
     Fix For: 4.1, 4.0.2


The log4j category for trace logging of message currently 
org.apache.activemq.transport.TransportLogger:n
this makes it hard to enable the debug logging of just the trace messages since 
org.apache.activemq.transport is too broad of a category and TransportLogger:n 
is a variable category name.

We should make it org.apache.activemq.transport.TransportLogger.Connection:n so 
that it's easier to just enable the logging for this one component.  Also log 
usage of the other request methods.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to