CAST Engineering Dashboard - Information - Configuring Dashboard console not to show the logs

Purpose

Configuring Dashboard console not to show the logs.

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 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
             
                            logger.output.console
                            true
                            Outputs logs to JVM console
               
  3. Restart CAST application in used web server

Notes/comments

Related Pages