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
| Release | Yes/No |
|---|---|
| 8.3.x | ✅ |
| 8.2.x | ✅ |
| 8.1.x | ✅ |
| 8.0.x | ✅ |
| 7.3.x | ✅ |
| 7.2.x | ✅ |
| 7.0.x | ✅ |
Applicable RDBMS
| RDBMS | Yes/No |
|---|---|
| Oracle Server | ✅ |
| Microsoft SQL Server | ✅ |
| CSS2 | ✅ |
| CSS1 | ✅ |
Details
These steps enable to have more details about SQL trace in the Dashboard browsing.
- Stop application in used web server
- 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
- Restart CAST application in used web server
Notes/comments
Related Pages