2 posts / 0 new
Last post
Redirect logs to dedicated disk
Can we create the logs of each process and tomcat to a different directory or disk altogether?
You voted 1. Total votes: 1062

Yes, you can redirect the logs to a different directory, edit the file logging.properties located at <<install-dir>>/conf and change/provide the path as required, this will move the tomcat logs to the path provided.
For moving the profile level logs to a dedicated path/disk you need to edit the file system.properties file located at <<install-dir>>\dbsync-cdm\WEB-INF\db\conf and add the property log.dir=<<required disk/path>>, restart the tomcat and you should see the logs created at the specified path.

You voted 1. Total votes: 958