Enabling logging for the EWM server

To help with troubleshooting, enable logging of the IBM Engineering Workflow Management (EWM) server.

About this task

Note: For ELM version 7.0.2 SR1 iFix015 and later, the logging property file name and configuration parameters are changed because of the move to log4j2. For more information on the updates, see IBM Support portal.

Use simple steps given below to enable the logging for EWM server.

Procedure

  1. Open server-folder/server/conf/ccm/log4j.properties.
  2. Find the line log4j.logger.com.ibm.team.git=OFF.
  3. Change the value OFF to any of the following values. A best practice is to set it to ERROR.
    • DEBUG
    • INFO
    • ERROR
    • FATAL
    • TRACE
    • WARN