[
https://issues.apache.org/jira/browse/RANGER-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919597#comment-16919597
]
Madhan Neethiraj commented on RANGER-2533:
------------------------------------------
[~xingpeng1] - to avoid breaking deployments where
{{xasecure.audit.is.enabled}} is not set in configuration file, please update
default value to 'true' in AuditProviderFactory.java, which will make the unit
test changes in this patch unnecessary:
{code:java}
boolean isEnabled = MiscUtil.getBooleanProperty(props,
AUDIT_IS_ENABLED_PROP, false);
{code}
> After setting 'xasecure.audit.is.enabled' to 'false', the audit log is still
> logged
> -----------------------------------------------------------------------------------
>
> Key: RANGER-2533
> URL: https://issues.apache.org/jira/browse/RANGER-2533
> Project: Ranger
> Issue Type: Bug
> Components: audit
> Affects Versions: 2.1.0
> Reporter: Peng Xing
> Assignee: Peng Xing
> Priority: Major
> Fix For: 2.1.0
>
> Attachments:
> 0001-RANGER-2533-After-setting-xasecure.audit.is.enabled-.patch
>
>
> After setting 'xasecure.audit.is.enabled' to 'false', the audit log is still
> logged
--
This message was sent by Atlassian Jira
(v8.3.2#803003)