Changing the Log Level - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
To change the log level, complete the following steps.
  1. From the %Composerdir% directory, open the required configuration file with a text editor that supports UTF-8.
  2. Search for the <switches> element.
  3. Within the <switches> element, set the value attribute of the switch you want to change to the required log level.
    Log Level Description

    Off

    Logging is deactivated.

    Error

    This level only logs errors.

    Warning

    This level logs warnings and errors.

    Warnings are not errors but they indicate near-error states such as missing data. Missing data is not necessarily an error, but may need to be monitored.

    Information

    This level logs information messages in addition to warnings and errors.

    Verbose

    This level writes detailed information on all process activities to the log file.

    Note: The value is case-sensitive.

    Example

    add name="studio_switch" value="Verbose" />
  4. Save and close the file.
  5. Restart the respective service.