Error Logging

PPM includes a sample logging file to debug or monitor the integration. Configure logging as in the following example:

  1. Open the sample logging file, located at:

    <PPM Server>/conf/smrfc/logging.conf.sample
  2. Copy the last two lines from the sample logging file into the PPM logging file, which is located at:

    <PPM Server>/conf/logging.conf

    These two lines are as follows, and they enable logging for the integration-specific classes SmRfcFieldMap and SmRfcFieldMapReader:

    com.kintana.core.logging.CLASS_LOGGING_LEVEL=com.mercury.itg.core.service.util.SmRfcFieldMap,DEBUG
    com.kintana.core.logging.CLASS_LOGGING_LEVEL=com.mercury.itg.core.service.util.SmRfcFieldMapReader,DEBUG
  3. Revise the copied lines as needed.

  4. By default, the copied lines set the logging mode for the integration to DEBUG. When you do not need to debug the integration, set the logging mode on the copied lines to ERROR or comment out the copied lines.