enhance STOMP message logging so that only STOMP Frames may be redirected to another file.
------------------------------------------------------------------------------------------
Key: AMQ-3511
URL: https://issues.apache.org/jira/browse/AMQ-3511
Project: ActiveMQ
Issue Type: Improvement
Components: stomp
Affects Versions: 5.x
Reporter: Timothy Bish
Assignee: Timothy Bish
Priority: Trivial
Fix For: 5.6.0
Most logging in the stomp transport layer occurs in the "org.apache.activemq.transport.stomp"
namespace but if you only want to direct frame tracing to a separate file via the method described
here: http://activemq.apache.org/stomp.html#Stomp-Debugging you cannot.
We should direct the frame level logging to a separate namespace so that only frames can be
logging in a different file if desired. We can output the frame to "org.apache.activemq.transport.stomp.frames"
easily in the StompTransportFilter class.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|