Enabling Debug Record Mode
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Atlassian Jira 6.0
- Documentation
The driver supports a debug record mode that provides a method for troubleshooting issues that occur when accessing data from a Jira service. When Debug Record Mode is enabled, the driver captures and records server requests and responses to a set of files stored in a designated location. Technical Support can then use these files to analyze and reproduce the issue without requiring access to your private data source.
To generate debug record files:
- Using the DebugRecord property, specify the location where the driver will generate the files used to record server requests and responses.
- Start the JDBC application and reproduce the issue.
- Stop the application.
Contact Technical Support for assistance analyzing the files and
reproducing the issue.
Important: Debug record files may capture
security-related headers, such as auth or token headers. Before sending Technical Support
debug files, review the content to remove any confidential information that may have been
recorded.