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(tick)
8.2.x(tick)
8.1.x(tick)
8.0.x(tick)
7.3.x(tick)
7.2.x(tick)
7.0.x(tick)
Applicable RDBMS
RDBMS
Yes/No
Oracle Server(tick)
Microsoft SQL Server(tick)
CSS2(tick)
CSS1(tick)
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

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