Configuring logging for the Management Service

Configure logging by editing logback.xml, the configuration file for the Logback logging framework used by Content Delivery.

About this task

By default, Content Delivery services are installed with logging configured to save the logback.xml file to a "logs" subfolder of the service. You can change this and other logging properties, as needed.

Procedure

  1. Go to the Content Delivery\roles\xo\xo-management\standalone\config\ subfolder of the Management Service.
  2. Set the logging properties according to your needs.

    The default log settings are as follows:

    <property name="log.pattern" value="%date %-5level %logger{0} - %message%n"/>
    <property name="log.history" value="7"/>
    <property name="log.folder" value="./logs"/>
    <property name="log.level" value="ERROR"/>
    <property name="log.encoding" value="UTF-8"/>
    For more information on the properties, see the related topic for configuring logging in Content Delivery.
  3. Save and close logback.xml.