Adding Log Levels

Use these steps to add log levels.

To add the logging for Deltek CRM Integration in the logback.xml file:

  1. Open logback.xml in the configuration folder of the Coupling Service directory.
  2. Add the following CRM integration log configuration to logback.xml:

    <logger name="com.maconomy.extension.deltek.crm">

    <level value="DEBUG" />

    <appender-ref ref="FILE />

    </logger>

    <logger name="com.maconomy.vision.integration">

    <level value=" DEBUG " />

    <appender-ref ref="FILE" />

  3. Set the following level values as applicable:
    • DEBUG

    • TRACE

  4. Close and save the changes made.