Try OpenEdge Now
skip to main content
Managed Adapters Guide
Understanding the Managed Adapter framework : Framework components : Adapter logging
 

Adapter logging

Adapter logging is controlled by the logLevel parameter in the mapping.prop file (see mapping.prop). The logLevel is a non-negative integer, and a higher log level indicates more detailed logging. The default logLevel for most Managed Adapters is 10.
A separate log file is created for each workstep that is performed by a Managed Adapter. Table 8 provides the location of these log files.
Table 8. Log file location for applications
Application
Log file location
BP Server
OEBPS_HOME\ebmsapps\AppName\log\WSName.log
Web application
OEBPS_HOME\BPM Webflow\AppName\log\WSName.log
Private Webapps
OEBPS_HOME\ebmsapps\AppName\webapp\PrivateWebAppName\log\WSName.log
Where,
*AppName is the BP Server Application or Web application (formerly a BPM Webflow process) name.
*PrivateWebAppName is the name of the private webapp, if the adapter is used in a private webapp.
*WSName is the name of the Adapter workstep.