By default, the master log files are located on the master server in a defined location. For a Windows Master, the files are located in the TIDAL\Scheduler\master\log directory. For a Unix Master, the files are located at: TIDAL/master/log. This document provides information on how to configure the logs to go to an alternate location.
There are no specific requirements for this document.
This information assumes a 5.3.1 or 6.0.x master.
Refer to Cisco Technical Tips Conventions for more information on document conventions.
Complete this procedure:
Add this parameter to the master.props file:
LogDirectory=<path>
You need to use forward slashes in the path. For example, for a Windows master if the real path is D:\SystemApps\Tidal\Log, use:
LogDirectory=D:/Systemapps/tidal/log
Note: The LogDirectory parameter is case sensitive.
The master needs to be restarted after making the master.props change.