IBM Integration Bus, Version 9.0.0.8 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

See information about the latest product version

ActivityLog configurable service

Select the objects and properties that you want to change for the ActivityLog configurable service.

For ActivityLog configurable services, you must stop and start the integration server for a change of property value to take effect.

Supplied configurable services that are created for each broker Properties for each configurable service that is defined Description of properties
None enabled A Boolean value to establish whether activity logging is enabled

This value is set to true by default. If it is set to false, the configurable service definition is not used.

fileName A string value to specify the fully qualified path and the file name for Activity log files.

This value is not set by default. If it is not set, file logging is disabled. To enable file logging, set the value, which must be distinct for each ActivityLog configurable service instance.

The most recent activities are logged to a file named fileName. The names of the other files in the circular log are constructed from fileName and standard suffixes. For example, a value of filePath\myLog results in log files named myLog (the current log file), myLog.1, myLog.2, and so on, where files with higher prefixes contain older log entries. These files are written to the directory specified by filePath.

numberOfLogs An integer value to specify the number of files that make up the circular log.

This property has a default value of 4. It can have any positive integer value greater than or equal to 1. The value applies to each integration server assigned to the broker.

maxFileSizeMb An integer value to specify the maximum size in megabytes of an individual file in the circular log. Once this size is reached, the log rotates on to the next file.

This property has a default value of 25.

Setting this property to 0 means that file rotation based on file size is not performed. Any positive integer value is valid.

maxAgeMins An integer value to specify the maximum age in minutes of an individual file in the circular log. Once this age is reached, the log rotates on to the next file.

Setting this property to 0 means that file rotation based on age is not performed. The default value is 0. Any positive integer value is valid.

formatEntries A Boolean value to specify whether the Activity log messages are written to file in formatted form.

By default, this property has a value of false. This means that the log column for formatted messages has no entries. There is a separate log column for all of the message inserts. Set the property to true to generate formatted messages in the appropriate national language. The insert variables in these messages are replaced with the insert values.

filter A string value consisting of name-value pairs that are used to filter what is written to file. Use a semi-colon to delimit name-value pairs; for example RM=JMS;MSGFLOW=myflow.

By default, this property is not set. This means that all Activity log entries are written to file. You can set the property to filter the entries written to file, by using tag-value pairs.

For more information about tags, see Activity logs.

minSeverityLevel A string value used to specify the minimum severity level of messages written to the Activity log.

Only messages with a severity level higher than or equal to the specified value for this property are logged. The initial value of the property is INFO, which means that messages of all severities are written to the log.

Valid values are INFO, WARN, and ERROR, where ERROR is the highest severity level and INFO the lowest.

executionGroupFilter A string value used to specify the name of the integration server to which this configurable service definition applies.

This property is mandatory, but is not set by default.


bn28720_.htm | Last updated Friday, 21 July 2017