Purpose

 Configuring Dashboard console not to show the logs.

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 application in used web server
  2. Modify the web.xml file of the application by changing the logger.output.console value from trues to false
              <context-param>
                            <param-name>logger.output.console</param-name>
                            <param-value>true</param-value>
                            <description>Outputs logs to JVM console</description>
                </context-param>
  3. Restart CAST application in used web server
Notes/comments


Related Pages