Contrast logs
For the Contrast application, Log4j version 2 is used as the logging framework.
You can configure logging thresholds,control log file destinations, and see an overview of each log available in Contrast.
Find these logs under the $CONTRAST_HOME/logs directory:
server.log
catalina.out
Other logs, like these, can be found in $CONTRAST_HOME/data/logs:
contrast.log
ldap_ad.log
migration.log
audit.log
mysql_error.log
This table shows all of the primary log files in Contrast.
Log file | Description |
---|---|
audit.log | Logs audit events such as:
|
console.log | Default application event log |
contrast-error.log | Logs messages printed to |
contrast-stdout.log | Logs messages printed to |
contrast.log | Like Tomcat's stdout or console log, contrast.log shows most key events happening inside Contrast to inform or help with debugging. It includes information about:
|
security.log | Formerly the esapi.log, this log file is used for capturing key events from Contrast, such as the loading of a given property file. |
migration.log | Contains a summary of all database migrations that occur against the Contrast application between updates. It references the Contrast version, the migration script that ran and the status of the script. |