Health Dashboard - Information - How to activate the Debug trace on AAD logs
Purpose
This page contains steps to activate the debug trace on HD logs.
Applicable in CAST Version
| Release | Yes/No |
|---|---|
| 8.3.x | ✅ |
| 8.2.x | ✅ |
| 8.1.x | ✅ |
| 8.0.x | ✅ |
| 7.3.x | ✅ |
Applicable RDBMS
| RDBMS | Yes/No |
|---|---|
| Oracle Server | ✅ |
| Microsoft SQL Server | ✅ |
| CSS2 | ✅ |
| CSS1 | ✅ |
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