You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Alvin Lin (JIRA)" <ji...@apache.org> on 2018/07/31 19:02:00 UTC

[jira] [Comment Edited] (AMQ-6764) Add ended statement to Audit log for JMX ops

    [ https://issues.apache.org/jira/browse/AMQ-6764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16564199#comment-16564199 ] 

Alvin Lin edited comment on AMQ-6764 at 7/31/18 7:01 PM:
---------------------------------------------------------

I just happen to stumble upon this issue. We probably need to change the audit logging for web console too right? 

https://github.com/apache/activemq/blob/master/activemq-web/src/main/java/org/apache/activemq/web/AuditFilter.java#L36

The code above still expects value of "true" to turn on audit logging for web console; if I in 5.16.0 I configure "org.apache.activemq.audit" to be "entry" then the audit logging would be turned off for web console even though it should remain on.


was (Author: alvinlin123):
I just happen to stumble upon this issue. We probably need to change the audit logging for web console too right? 

https://github.com/apache/activemq/blob/master/activemq-web/src/main/java/org/apache/activemq/web/AuditFilter.java#L36

The code above still expects value of "true" to turn on audit logging for web console. 

> Add ended statement to Audit log for JMX ops
> --------------------------------------------
>
>                 Key: AMQ-6764
>                 URL: https://issues.apache.org/jira/browse/AMQ-6764
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 5.14.0
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>            Priority: Major
>             Fix For: 5.16.0
>
>
> 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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)