CAST Engineering Dashboard - Information - Configuring Dashboard to server level

Purpose

This page will help you to log information, warnings, errors and fatal errors related to server activities while navigating through CED.

Applicable in CAST Version

ReleaseYes/No
8.3.x
8.2.x

Applicable RDBMS

RDBMSYes/No
Oracle Server
Microsoft SQL Server
CSS

Action Plan

  1. Stop TOMCAT service

  2. Get the web.xml file, for this please refer to CAST Engineering Dashboard - Information - Getting the Web xml file

  3. Modify the web.xml file of the application by changing the logger.level.SERVER value from 2 to 0

< param-name>logger.level.SERVER < param-value>0 < description>SERVER log level < /context-param> ``` 4. Restart CAST application of Tomcat server

Tomcat log file is located in Tomcat install folder: <Tomcat_Installation_dir>\logs

Notes/comments

⚠️ The above steps will log the information, warnings, errors and fatal errors to tomcat log file, if you are interested to get these outputs visible on CED than you can enable the option logger.output.buffer (), for this refer to CAST Engineering Dashboard - Information - Configuring Dashboard to get the log visible on each page of the dashboard

Related Pages