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.
- Open the file "logging.xml" found at "<Middleware>/user_projects/domains/<OIMDOMAIN>/config/fmwconfig/servers/<OIM_SERVER>".
- 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'/>
- Restart the OIM server.