The following instructions describe how to enable debug logging in Catalog, as written to the view.log file (located in C:\Program Files\CA\Service Catalog\logs). Tracing may be of value to determine on functionality and behaviour of the CA Service Catalog product
CA Service Catalog, 17.x version.
<Logger name="com.ca" level="info">
<Logger name="com.ca" level="DEBUG">
<Root level="warn">
<Root level="DEBUG">
The change takes effect immediately. There is no need to recycle the CA Service Catalog service.
NOTE: Please use TRACE if you are looking to obtain performance statistics on SQL commands.
Edit the file log4j.xml, located in under %USM_HOME%\view\conf\, with a text editor.
<Logger name="com.ca" level="info">
<Logger name="com.ca" level="TRACE">
<Root level="warn">
<Root level="TRACE">
The change takes effect immediately. There is no need to recycle the CA Service Catalog service.
TRACE mode and DEBUG mode are two different methods to enable extended logging. TRACE mode is not a subset of DEBUG; setting the logging to DEBUG will not display TRACE messages and vice versa
Reversing the Logging
To undo the tracing, restore the log4j.xml file from the backup per the above instructions. Save the TRACE level log settings first to another file, in case they are needed in the future.
NOTE: Do NOT leave the logging running unless it is required to troubleshoot a specific issue.