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

Arpit Gupta commented on HADOOP-7681:
-------------------------------------

security audit log was missing the following

security.audit.logger=INFO,console
hadoop.security.log.file=SecurityAuth.audit
log4j.category.SecurityLogger=${security.audit.logger}
log4j.appender.DRFAS.DatePattern=.yyyy-MM-dd


and hdfs audit had the following line which should be removed
log4j.logger.org.apache.hadoop.hdfs.server.namenode.FSNamesystem.audit=WARN

> log4j.properties is missing properties for security audit and hdfs audit 
> should be changed to info
> --------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7681
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7681
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>
> log4j.properties defines the security audit and hdfs audit files but is 
> missing properties for security audit which causes security audit logs to not 
> be present and also updates the hdfs audit to log at a WARN level. hdfs-audit 
> logs should be at the INFO level so admin's/users can track when the 
> namespace got the appropriate change.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to