Previous Topic: riskfort.risk-evaluation.propertiesNext Topic: Changing Hardware Security Module Information After the Installation


log4j.properties.risk-evaluation

The log4j.properties.risk-evaluation file specifies the logging behavior of RiskMinder and its Risk Evaluation components. The following table provides information about parameters that you may need to change for Risk Evaluation.

Parameter

Default Value

Description

log4j.rootLogger

INFO, debuglog

Specify the log level that must be used to write the logs. The supported log levels are:

  • FATAL
  • WARNING
  • INFO
  • DEBUG

    Note: See CA RiskMinder Administration Guide for more information about the log levels.

log4j.logger.com.arcot

INFO

log4j.logger.com.arcot.riskfortAPI

DEBUG

log4j.appender.debuglog.File

arcot-riskfort-evaluaterisk.log

The name of the log file. Possible values for this parameter are:

  • riskfortsdk.log (for RiskMinder Java SDK)
  • arriskfortws.log (for RiskMinder Web Service)

log4j.appender.debuglog.MaxFileSize

1MB

The maximum allowed file size of the log file.

log4j.appender.debuglog.MaxBackupIndex

3

The maximum number of backup files that can be created. When the number of backup files reaches this number, then the application starts to overwrite from the first log file.