Debug Logs
Cobra creates debug log files that store information about various Cobra processes and certain user interface operations.
Unlike process log files that are stored in the database, debug log files are stored and may be found on the following locations where the Cobra application is running:
- Your workstation
- Application server
Types of debug log files are:
- ProcessLog.xml
- ClientDebugLog.xml
- ServerDebugLog.xml
- Related Topics:
- ProcessLog.xml Log File
This log file stores information about various processes that run in Cobra, such as the Integration wizard, Backup, Restore, and Reports. - ClientDebugLog.xml Log File
This log file stores information about certain user interface operations. Cobra creates a new version of this log file each time you start the Cobra application. - ServerDebugLog.xml Log File
This log file stores information about the Cobra service that runs on the application server in an n-tier deployment. - Procedures
Use the procedures to enable logging of SQL statements in the debug files.
Parent Topic: Tools