[
https://issues.apache.org/jira/browse/RANGER-4124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lei Yao updated RANGER-4124:
----------------------------
Description:
In file ranger-tagsync-services.sh,we can find -Dlogback.configurationFile not
configurable
{code:java}
nohup java -Dproc_rangertagsync ${JAVA_OPTS}
-Dlogdir="${RANGER_TAGSYNC_LOG_DIR}"
-Dlogback.configurationFile=file:/etc/ranger/tagsync/conf/logback.xml -cp
"${cp}" org.apache.ranger.tagsync.process.TagSynchronizer >
${RANGER_TAGSYNC_LOG_DIR}/tagsync.out 2>&1 &
{code}
was:
In file ranger-tagsync-services.sh,we can find -Dlogback.configurationFile not
{code:java}
nohup java -Dproc_rangertagsync ${JAVA_OPTS}
-Dlogdir="${RANGER_TAGSYNC_LOG_DIR}"
-Dlogback.configurationFile=file:/etc/ranger/tagsync/conf/logback.xml -cp
"${cp}" org.apache.ranger.tagsync.process.TagSynchronizer >
${RANGER_TAGSYNC_LOG_DIR}/tagsync.out 2>&1 &
{code}
> Value of -Dlogback.configurationFile in ranger-tagsync-services.sh is not
> configurable
> ---------------------------------------------------------------------------------------
>
> Key: RANGER-4124
> URL: https://issues.apache.org/jira/browse/RANGER-4124
> Project: Ranger
> Issue Type: Improvement
> Components: tagsync
> Reporter: Lei Yao
> Priority: Major
>
> In file ranger-tagsync-services.sh,we can find -Dlogback.configurationFile
> not configurable
> {code:java}
> nohup java -Dproc_rangertagsync ${JAVA_OPTS}
> -Dlogdir="${RANGER_TAGSYNC_LOG_DIR}"
> -Dlogback.configurationFile=file:/etc/ranger/tagsync/conf/logback.xml -cp
> "${cp}" org.apache.ranger.tagsync.process.TagSynchronizer >
> ${RANGER_TAGSYNC_LOG_DIR}/tagsync.out 2>&1 &
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)