To change where log files are written to, edit the
site-options.conf file and restart the runtime
environment.
-
Stop the site.
-
/etc/init.d/collabnet stop all
-
In the /opt/collabnet/teamforge-installer/6.1.1.0/conf/site-options.conf
file, change the value of the LOG_DIR variable to reflect the
location where you want the log files to be written.
-
Recreate the runtime environment.
-
./install.sh -V -r -d
/opt/collabnet/teamforge
-
Start the site.
-
/etc/init.d/httpd start
-
/etc/init.d/postgresql-9.0 start
-
/etc/init.d/collabnet start
All future Apache logs, mail logs, database logs, java logs, and other logs will be
written to the new location.