Purpose
These steps enableto get the log visible on each page when browsing the dashboard
Applicable in CAST Version
Release | Yes/No |
---|---|
8.3.x | |
8.2.x | |
8.1.x | |
8.0.x | |
7.3.x | |
7.2.x | |
7.0.x |
Applicable RDBMS
RDBMS | Yes/No |
---|---|
Oracle Server | |
Microsoft SQL Server | |
CSS2 | |
CSS1 |
Details
These steps enable to have more details about SQL trace in the Dashboard browsing.
- Stop TOMCAT service
Modify the web.xml file of the application by changing the logger.output.buffer value from false to true
<context-param> <param-name>logger.output.buffer</param-name> <param-value>true</param-value> <description>Outputs logs to internal buffer</description> < context-param>
- Restart CAST application of Tomcat server