20.3 Manage JCS Logging

The JCS cache logging can be managed thru the logger "org.apache.commons.jcs3". The log level can be changed using the below steps.

  1. Open the file "logging.xml" found at "<Middleware>/user_projects/domains/<OIMDOMAIN>/config/fmwconfig/servers/<OIM_SERVER>".
  2. Add a new logger and save the changes.

    Note:

    By default logger level is "ON".
    <logger name='org.apache.commons.jcs3' level='off' useParentHandlers='false'/>
  3. Restart the OIM server.