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 logging for all "ims" categories as well as for all "com.ca.identitymanager.policyxpress" 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.
Log levels can be set either via the logging.jsp page (which will not require restarting the app server), or by modifying the log4j properties file for the app server, e.g. iam_im.ear\config\com\netegrity\config\log4j_jboss.properties (which requires a restart).
The resulting DEBUG output will be written to the application server log. The location and type of log file depends on which of the following types of application servers you are using:
WebLogic -- Identity Manager information is written to standard out. By default, standard out is the console window in which the server instance is running.
JBoss -- 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