Changing Risk Authentication Startup Logging Parameters

To change the logging parameters that you see when Risk Authentication Server starts up:
aa91
To change the logging parameters that you see when Risk Authentication 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]
    LogDir=logs
    LogFileSize=2097152
    BackupLogFileDir=logs/backup
    LogLevel=2
    LogTimeGMT=0
    LogTrace=0
    The following table provides details about these parameters.
Parameter
Default
Description
LogDir
logs
The location of the default log directory.
Note:
This path is relative to ARCOT_HOME (Windows:<
install_location
>\
Linux:<
install_location
>//).
LogFileSize
10485760
The maximum number of
bytes
the log file can contain. When a log file reaches this size, a file is created and the old file is moved to the location specified for BackupLogFileDir.
BackupLogFileDir
logs/backup
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 (Windows:<
install_location
>\
Linux:<
install_location
>/).
LogLevel
1
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 necessary values for the parameters that you want to change.
  2. Save and close the file.
  3. Restart Risk Authentication Server.