This document explains how to troubleshoot LogDigger’s integration with your external issue tracker, assuming that the tracker you are using is supported.
When the LogDigger Server encounters an error, it will save event details to the server log file, along with the content of the HTML pages received from the issue tracker. To review the responses, look for log messages starting with Page URL and Page content.
If you do not see any problem with received pages, but the LogDigger Server was not able to properly extract the content, please report the integration issue as described bellow.
To report an issue related to integration with an issue tracker, please open a ticket at http://support.logdigger.com/projects/ldserver, or contact us by email at tracker@logdigger.com . Provide the following details:
Warning
Make sure that the files you send us do not contain any sensitive information that must not be exposed! Remove any sensitive information from page dumps, or try to reproduce the error on an unrelated test project.
Sometimes you may want to dump all HTML pages that the LogDigger Server received from the issue tracker.
By specifying the Java system property logdigger.debug.pagetext, you can allow the LogDigger Server to log the HTML response of all requests sent to the issue tracker. Pages will be logged to the pagetext.log file.
Note
To specify the Java system property for the Windows standalone service installer, open Configure LogDigger Server, click the Java tab, and at the end of Java Options add -Dlogdigger.debug.pagetext=1.
You will need to restart the LogDigger Server after updating the options.