Lewis John McGibbney created GORA-136:
-----------------------------------------
Summary: Fix inconsistent logging directories
Key: GORA-136
URL: https://issues.apache.org/jira/browse/GORA-136
Project: Apache Gora
Issue Type: Bug
Affects Versions: 0.2
Reporter: Lewis John McGibbney
Fix For: 0.3
$GORA_HOME/bin/gora specifies logging as
{code}
# default log directory & file
if [ "$GORA_LOG_DIR" = "" ]; then
GORA_LOG_DIR="$GORA_HOME/logs"
fi
if [ "$GORA_LOGFILE" = "" ]; then
GORA_LOGFILE='gora.log'
fi
{code}
where $GORA_HOME/conf/log4j.properties specifies it as
{code}
gora.log.dir=.
gora.log.file=gora.log
{code}
This should be consistent. I think the former should take precedence.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira