GH-164: use a system property 'oozie.logs' as the log dir
---------------------------------------------------------
Key: OOZIE-169
URL: https://issues.apache.org/jira/browse/OOZIE-169
Project: Oozie
Issue Type: Bug
Reporter: Hadoop QA
Currently logs are configured to go under
${oozie.home}/logs
In a production deployment logs are written to another location, commonly under
/var/log/...
To change the location of the logs the log4j configuration file must be edited
for all appenders.
log4j configuration should use a ${oozie.logs} variable.
If the system property 'oozie.logs' is not defined, Oozie XLogService should
set it to ${oozie.home}/logs (current default location).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira