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:
- Navigate to the conf directory in ARCOT_HOME.
- Open arcotcommon.ini in a text editor of your choice.
- Add the following section at the end of the file:[arcot/riskfort/startup]LogDir=logsLogFileSize=2097152BackupLogFileDir=logs/backupLogLevel=2LogTimeGMT=0LogTrace=0The 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 |
- Set the necessary values for the parameters that you want to change.
- Save and close the file.
- Restart Risk Authentication Server.