Startup logging

The startup logging helps you to monitor and troubleshoot issues of the Semarchy xDM platform at startup.

Startup logging begins when you start Semarchy xDM, and traces issues that may take place until the platform is fully started. It helps you identify and troubleshoot possible errors in the startup configuration.

Configure the startup logging

This logging is parameterized in a configuration file that Semarchy xDM loads at startup. This XML file defines the logging configuration in the Log4J 2 format.

To find this file, Semarchy xDM uses the org.ops4j.pax.logging.property.file java property, which is typically set in the ./bin/setenv.sh|bat Tomcat configuration file, as shown below.

-Dorg.ops4j.pax.logging.property.file=$CATALINA_BASE/conf/log4j2.semarchy.xml

View the startup logging

With the default configuration, the startup logs are issued in the operating system standard output and in the ./logs/semarchy.log file.

Review the standard output or this file to troubleshoot platform startup issues.

After the startup, Semarchy xDM switches to the regular platform logging, which can be configured from the platform configuration user interface.

The following message is logged to indicate that switch:

Switching to the {mdm-regular-product-name} logging, as configured in Configuration > Logging Configuration.