Logging
You can use the following logs to diagnose Application Platform issues:
Designer Log Files. The
Designer log file is located here:
Workspace_Directory\.metadata\.log Designer Trace Logging. Designer includes a tracing convention for capturing additional content when something goes wrong.
Application Platform supports this convention too. In order to use trace logging with
Application Platform, you must perform additional configuration steps. For information about trace logging configuration for
Application Platform, see the
Workbench User’s Guide in
Software AG Designer Online Help.
Server Log Files. The server produces several log files. The log files for
Integration Server's default instance are located here:
Software AG_directory \profiles\IS_default\logs\. The available log files are
wrapper.log and
sag-osgi.log.
Configure Server Debug Output. You can configure additional debug output for the server. For
Integration Server's default instance, use the following location:
Software AG_directory \profiles\IS_default\configuration\logging\log_config.xml. In the
log_config.xml file add the following formatter:
<logger name="com.softwareag.applatform.pls" additivity="true">
<level value="debug" />
</logger>
Restart the server after updating the log_config.xml file. This formatter captures Application Platform debug messages.
Related Topics