Enhanced Error Logging

This extends the logging functionality of the Deltek CRM Integration by adding new log levels to improve troubleshooting the integration.

This enables specifying the level of information depending on the selected log level configuration.

  • DEBUG: The general flow of the synchronization extension is logged.
  • TRACE: HTTP requests and responses sent and received by the integration extension are logged.
    Note: TRACE level logging should not be used for sustained periods because it can impact the performance of the application. It creates a huge log data that is unsustainable due to disk space or bandwidth constraints.

Log levels are changed in the logback.xml file in the Coupling Service:

<Path to Maconomy Installation>/CouplingService/configuration/logback.xml