Logs and traces
Apart from the Cadence logging in CDS.log and
libManager.log files, you can set the following environment variables to
control the output and to enable tracing and logging for the integration.
- CCASE_CDS_VERBOSITY
- By default, all standard output is printed in the command-line interface and in the Library
Manager console in the user interface. You can set the CCASE_CDS_VERBOSITY
environment variable to these values:
Value Description 0 Print error messages only. 1 Print error and warning messages. 2 Print OK, warning, and error messages. (Printing these messages is the default behavior.) 3 Print OK, error, warning, and trace messages. The trace-message output is verbose. A log file is created with the following name in the current directory: case_cds.log.<timestamp>. One log file is created for one session of the Library Manager. For every gdm command, a separate log file is created.
- CCASE_CDS_LOG_DIR
If the value of the CCASE_CDS_VERBOSITY environment variable is 3, by default the log file is created in the current working directory. Use the CCASE_CDS_LOG_DIR environment variable to specify a different directory for the log file to be written to.