Redirecting the log file

You can redirect the user interface log file, ccm_client.log, to point to a location other than your Windows profile directory or home directory by editing the properties file.

Procedure

To set the user.default.logfile key in the properties file:

  1. Open the properties file.
    • Windows: The ccm.user.properties file is located in your Windows profile directory.
    • UNIX: The .ccm.user.properties file is located in your home directory.
  2. Edit the user.default.logfile key to edit the location and name of the log. These examples use the int database:
    • user.default.logfile=C:\\cmsynergy\\synint\\bob\\ccm_client.log
    • user.default.logfile=C:\\cmsynergy\\bob\\ccm_client_int.log
    Note: When you edit the user.default.logfile key, you must use the complete path and file name. Users must enter double backslashes for file paths on Windows computers.
  3. Save the changes.

Feedback