History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: AMQ-809
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Hiram Chirino
Reporter: Hiram Chirino
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ActiveMQ

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

Created: 11/Jul/06 04:26 AM   Updated: 11/Jul/06 04:28 AM
Component/s: None
Affects Version/s: 4.0
Fix Version/s: 4.1.0, 4.0.2

Time Tracking:
Not Specified


 Description  « Hide
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.



 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Hiram Chirino - 11/Jul/06 04:28 AM
implemented.