What logging categories should be enabled to debug Policy Xpress issues in Identity Manager, and where are the logs found?
Release : 14.x
Component : CA IDENTITY SUITE
It is recommended to enable DEBUG or ALL in the logging_v2.jsp logging configuration will store more details about the policy in the server.log
ims.policyxpress
com.ca.identitymanager.policyxpress
You may want to set all "ims" categories. Enabling this for all the ims categories will show info for ims.policyxpress.* as well as other related categories that are utilized by Policy Xpress.
Details on setting the logging_v2.jsp and log4j configurations can be found in the documentation:
Identity Manager Server Logging
JBoss and Wildfly -- Identity Manager information is written to the console window where the server instance is running, and to the following location:
<jboss_home>\standalone\deployments\log\server.log
WebSphere -- Identity Manager information is written to the console window where the server instance is running, and to the following location:
<Was_home>\AppServer\profiles\<Profile_Name>\logs\<server_name>\SystemOut.log