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
| Release | Yes/No |
|---|---|
| 8.3.x | ✅ |
| 8.2.x | ✅ |
Applicable RDBMS
| RDBMS | Yes/No |
|---|---|
| Oracle Server | ✅ |
| Microsoft SQL Server | ✅ |
| CSS | ✅ |
Action Plan
Stop TOMCAT service
Get the web.xml file, for this please refer to CAST Engineering Dashboard - Information - Getting the Web xml file
Modify the web.xml file of the application by changing the logger.level.SERVER value from 2 to 0
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