Purpose

These steps enable to have SQL traces either in the Dashboard browsing or in the log file depending on logger.output.buffer parameter.

Applicable in CAST Version
Release
Yes/No
8.3.x(tick)
8.2.x(tick)
8.1x(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.level.SQL value from 2 to 0

    <context-param>  
    <param-name>logger.level.SQL</param-name>  
    <param-value>0</param-value> 
    <description>SQL log level</description> 
    </context-param>
  3. Restart CAST application of Tomcat server
Notes/comments

(warning) Please note that you must also activate logger.output.buffer () and logger.level.ROWREADER () if you want to get a readable input on the dashboard.