Try OpenEdge Now
skip to main content
Customization Guide
Developing custom Managed Adapters : Adapter logging
 

Adapter logging

Adapter logging is controlled by the log-level parameter in the mapping.prop file (see mapping.prop). The log-level is a non-negative integer, and a higher log level indicates more detailed logging. The default log level for most Managed Adapters is 10.
A separate logfile is created for each workstep that is performed by a Managed Adapter. The location of these logfiles is shown in the following table.
Table 13. Logfile location for applications
Application
Logfile location
BP Server
OEBPS_HOME\ebmsapps\AppName\log\WSName.log
BPM WebFlow
OEBPS_HOME\BPMWebFlow\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.