13 logging.ini (Deprecated)

The logging.ini file holds properties that configure the Logging module. The Logging module writes messages to the futuretense.txt file.

Note:

The Logging module is deprecated. It is used only by the Directory Services API.

Properties in the logging.ini file are organized by function on the following tabs in the Property Editor:

13.1 Global Data Tab

The Global Data tab holds one property:

Table 13-1 Properties in logging.ini: Global Data Tab

Property Description

log.filterLevel

Deprecated.

The severity threshold that determines the amount of messages that the Logging module writes to the log.

Possible values:

  • info: writes all informational, warning, error, severe, and fatal messages.

  • warning: excludes informational messages; writes warning, error, severe, and fatal messages.

  • error: excludes warning and informational messages; writes error, severe, and fatal messages.

  • severe: excludes error, warning, and informational messages; writes severe and fatal messages.

  • fatal: writes fatal messages only.


13.2 Message Resources Tab

The Message Resources tab holds properties that provide logical mappings for the message bundles that are located, delivered, and reported by the Logging Module when the module is invoked by various components of the applications.

Caution:

Do not change the values of any properties on this tab.

Table 13-2 Properties in logging.ini: Message Resources Tab

Property Description

log.Directory.messages

Deprecated.

Java resource bundle to use for the Directory Services API.

Default value: com.openmarket.directory.DirectoryResources

Do not change the value of this property.

log.Logger.messages

Deprecated.

Java resource bundle to use for the Logging module.

Default value: com.openmarket.logging.LoggerMessageResources

Do not change the value of this property

log.transformer.messages

Deprecated.

Class that provides message resources for the Default Transformer WebMethodsEnterprise Connector Subsystem.

log.wmentconnector.messages

Deprecated.

Class that provides message resources for the WebMethodsEnterprise Connector System.


13.3 User Defined Tab

Table 13-3 Properties in logging.ini: User Defined Tab

Property Description

This tab, by default, holds no properties.

N/A