Configuration Settings for the customer_overrides.properties file

The following table describes properties used to configure the customer_overrides.properties file for the CDInterop logger:

Property Description
logService.cdinteroplogger.logfilename Specific name of the log file.

Example: ApplicationinstallDir/logs/cdinterop.log

logService.cdinteroplogger.rotatelogs Flag indicating whether to rotate the log after it has reached its maximum size.

Example: true

logService.cdinteroplogger.maxlogsize Maximum size of logs of this type.

Example: 100000

logService.cdinteroplogger.maxnumlogs Maximum number of logs of this type.

Example: 10

logService.cdinteroplogger.loglevel A level value of the logger.

Valid entries:

  • NONE—Log nothing.
  • CRITICAL—Log critical errors only.
  • ERROR—Log errors only.
  • WARN—Log errors and warnings.
  • INFO—Log INFO and more severe.
  • TIMING—Log errors, warnings, timing messages.
logService.cdinteroplogger.displayname Display name for the logger.

Example: Log.CDInterop

logService.cdinteroplogger.showsource Flag indicating whether to show the java class that originated an error message.
Note: This can have a dramatic impact on performance and log volume, so it should only be used to diagnose problems.

Example: false