Description
AMQ-3100 introduced an audit log. It is boolean enabled or disabled.
This enhancement allows four values for the system property: "org.apache.activemq.audit"
true|entry,exit,all
- true|entry: log each called op (existing behaviour)
- exit: log the ending of each called op
- all: - log both the entry and exit (called and ended) log statements
Attachments
Issue Links
- Parent Feature
-
AMQ-3100 Enable audit logging of user activities
- Closed