Previous Topic: Roll Over the SiteMinder Agent Log File

Next Topic: Configure the SiteMinder Agent Security Interceptor to Protect Web Applications

SOA Agent Log Configuration File Summary

The SiteMinder Agent logging configuration file (SMAGENT_HOME\config\log-config.properties) defines default SiteMinder Agent logging settings.

Available configuration parameters are as follows:

Name

Description

log.logfile-append-on-reset

Add logging information to an existing log file instead of creating a new file each time logging is invoked.

Default value: no

log.logfile-pattern

Specifies the pathname (relative to JBOSS_HOME/bin) of the SiteMinder Agent log file.

Default value: /soa-log/XmlAgent.log

log.logging-level

Defines the logging level. The levels are:

  • DEBUG - all logging, most verbose
  • CONFIG - configuration information
  • INFO - information
  • WARN -warnings
  • SEVERE - errors

Default value: SEVERE

log.logfile-limit

Specifies the size limit, in kilobytes Rollover a log file after it reaches the specified size.

Default value: 1000

Note: Once the SiteMinder Agent connects to the Policy Server, corresponding logging settings found in the Agent Configuration Object override the values in log-config.properties.