Previous Topic: RiskMinder Server Startup Log FileNext Topic: Case Management Queuing Server Startup Log File


Changing RiskMinder Startup Logging Parameters

To change the logging parameters that you see when RiskMinder 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/riskfort/startup]
    LogFile=
    LogFileSize=10485760
    BackupLogFileDir=
    LogLevel=
    LogTimeGMT=0
    
    

    The following table explains these parameters.

Parameter

Default

Description

LogFile

 

The file path to the default directory and the file name of the log file.

 

Note: This path is relative to ARCOT_HOME, install_location\Arcot Systems\ for Microsoft Windows and install_location/arcot/ for UNIX-based platforms.

LogFileSize

10485760

The maximum number of bytes the log file can contain. When a log file reaches this size, a new file is started and the old file is moved to the location specified for BackupLogFileDir.

BackupLogFileDir

 

The location of the directory where backup log files are maintained, after the current file exceeds LogFileSize bytes.

 

Note: This path is relative to ARCOT_HOME, install_location\Arcot Systems\ for Microsoft Windows and install_location/arcot/ for UNIX-based platforms.

LogLevel

 

The default logging level for the server, unless an override is specified.

 

The possible values are:

  • 0 FATAL
  • 1 WARNING
  • 2 INFO
  • 3 DETAIL

LogTimeGMT

0

The parameter that indicates the time zone of the time stamp in the log files.

 

The possible values are:

  • 0 Local Time
  • 1 GMT
  1. Set the required values for the parameters that you want to change.
  2. Save and close the file.
  3. Restart RiskMinder Server.