Use these steps to add log levels.
To add the logging for Deltek CRM Integration in the logback.xml file:
-
Open logback.xml in the
configuration
folder of the
Coupling Service directory.
-
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" />
-
Set the following level values as applicable:
-
Close and save the changes made.