GitHub user svarnau opened a pull request:
https://github.com/apache/trafodion/pull/1728
[TRAFODION-2626] Make logs directory location configurable
Makes path to log directory independent of TRAF_HOME. The default location
is still $TRAF_HOME/logs. The DCS and REST log directories are now
sub-directories of the main TRAF_LOG directory.
Changes were pretty straight-forward, except the monitor stdout_* files.
Someone familiar with foundation should have a look.
Tested in local_hadoop environment, with TRAF_LOG set to alternate path and
normal logs directory blocked.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/svarnau/trafodion j2626
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1728.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1728
----
commit 2fc08c974766c40dc51b374f172490243cc1239f
Author: Steve Varnau <steve.varnau@...>
Date: 2018-10-16T21:58:01Z
[TRAFODION-2626] Make logs directory location configurable
Makes path to log directory independent of TRAF_HOME. The default location
is still $TRAF_HOME/logs. The DCS and REST log directories are now
sub-directories of the main TRAF_LOG directory.
----
---