peng.jianhua created RANGER-1686:
------------------------------------
Summary: Log file name format of usersync and security admin
should be consistent.
Key: RANGER-1686
URL: https://issues.apache.org/jira/browse/RANGER-1686
Project: Ranger
Issue Type: Bug
Components: usersync
Reporter: peng.jianhua
Assignee: peng.jianhua
Priority: Minor
Log file name format of usersync is as following:
log4j.appender.logFile.file=${logdir}/usersync.log
Log file name format of security admin is as following:
log4j.appender.xa_log_appender.file=${logdir}/ranger-admin-${hostname}-${user}.log
We should modify log file name format of usersync as following:
log4j.appender.logFile.file=${logdir}/usersync-${hostname}-${user}.log
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)