Previous Topic: Case Management Queuing Server Startup Log FileNext Topic: Transaction Log Files


Changing Case Management Queuing Server Startup Logging Parameters

To change the logging parameters that you see when Case Management Queuing Server starts up:

  1. Navigate to the conf directory in ARCOT_HOME.
  2. Open arcotcommon.ini in a text editor of your choice.
  3. Add the following section at the end of the file:
    [arcot/riskfortcasemgmtserver/startup]
    LogDir=logs
    LogFileSize=2097152
    BackupLogFileDir=logs/backup
    LogLevel=2
    LogTimeGMT=0
    LogTrace=0
    

    See the table in RiskMinder Server Startup Log File for details of these parameters

  4. Set the required values for the parameters that you want to change.
  5. Save and close the file.
  6. Restart Case Management Queuing Server.