CAST Engineering Dashboard - Information - Configuring Dashboard to get the log visible on each page of the dashboard

Purpose

These steps enableto get the log visible on each page when browsing the dashboard

Applicable in CAST Version

ReleaseYes/No
8.3.x
8.2.x
8.1.x
8.0.x
7.3.x
7.2.x
7.0.x

Applicable RDBMS

RDBMSYes/No
Oracle Server
Microsoft SQL Server
CSS2
CSS1

Details

These steps enable to have more details about SQL trace in the Dashboard browsing.

  1. Stop TOMCAT service

  2. Modify the web.xml file of the application by changing the logger.output.buffer value from false to true

logger.output.buffer true Outputs logs to internal buffer < context-param> ``` 3. Restart CAST application of Tomcat server