Integration framework loggers

The integration framework has four root loggers: integration, REST, interaction, and Open Services Lifecycle Collaboration (OSLC). To receive the maximum amount of information set the root loggers to DEBUG.

The following table lists the loggers, a description of the log level, and log levels to set the logger to.

Table 1. Integration framework loggers. Integration framework logger details
Logger Description Log level
Integration Logs information about the integration framework configuration, creation, management, and runtime processing. DEBUG
REST Logs information about the REST API components. REST API starts the integration with business objects. The REST API call from a client, runs the client request against the appropriate business object and returns a response. DEBUG
Interaction Logs information about both the design process, when a web service interaction is created, and the execution process, where a web service interaction is run. Designated users run web service interactions to receive data interactively from external systems." DEBUG
OSLC Logs information about both the design process, when an OSLC interaction is created, and the execution process, where an OSLC interaction is run. DEBUG


Feedback