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
Release
Yes/No
8.3.x(tick)
8.2.x(tick)
Applicable RDBMS
RDBMS
Yes/No
Oracle Server(tick)
Microsoft SQL Server(tick)
CSS(tick)
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

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

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

Notes/comments

(warning) 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