Purpose

This page contains steps to activate the debug trace on HD logs.

Applicable in CAST Version
Release
Yes/No
8.3.x(tick)
8.2.x(tick)
8.1.x(tick)
8.0.x(tick)
7.3.x(tick)
Applicable RDBMS
RDBMS
Yes/No
Oracle Server(tick)
Microsoft SQL Server(tick)
CSS2(tick)
CSS1(tick)
Details

To turn on the debug tracing you need to uncomment the following line in the log4.properties file located at <Tomcat_Installation_dir>\webapps\<HD/RestAPI Application>\WEB-INF\log4.properties with the following changes:

log4j.logger.org.springframework.security=DEBUG, textout, htmlout

and then restart your application server so that the changes are taken into account.

To find the log location please refer to CAST Management Studio - Information - How to find logs

Related Pages