Previous Topic: Disable SOA Agent XML Message Processing Logging

Next Topic: Final Steps

SOA Agent Log Configuration File Summary

The SOA Agent logging configuration file defines default SOA Agent logging settings.

Available configuration parameters are:

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 SOA_HOME) of the SOA Agent log file.

Default value: log/XmlAgent.log

log.logging-level

Defines the logging level. The levels are:

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

Default value: WARNING

log.logfile-limit

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

Default value: 1,000KB

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