SOPERA Adapter 8.0 | webMethods SOPERA Adapter Documentation | webMethods SOPERA Adapter Installation and User’s Documentation | Adapter Logging | SOPERA Message Logging
 
SOPERA Message Logging
You can also configure how the SBB Library generates logging output. The SOPERA Adapter SBB Library uses the standard Java logging mechanism provided by the java.util.logging package.
To enable logging for the Service Backbone, you must set the java.util.logging.config.file JVM system property to point to a properties file that specifies the logging configuration for the SBB library. For example:
-Djava.util.logging.config.file=mylogging.properties
If the java.util.logging.config.file system property is not defined, the Log Manager reads its initial configuration from a properties file located in the $<JAVA_DIR>/lib/logging.properties JRE directory, where $<JAVA_DIR> is the JAVA directory used by the Integration Server.
A sample configuration file can be located in your local SOPERA ServiceBackbone installation at:
SOPWare_directory/ServiceBackbone/work/components/org.sopware.SOPEngine/install/conf/logging.properties
For more information about how to configure Java logging, see the SOPERA installation and operations guide and the Oracle documentation.