Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Purpose

This article describes enabling debug logs for the Linking for Confluence app.

Note

This guide only applies to Linking for Confluence (Data Center Version).

Solution

In the Linking for Confluence Data Center, you can troubleshoot app performance issues using the logging feature.

To troubleshoot any performance issues, do the following:

  1. Click the Gear icon ( ⚙ ) > General Configuration. Under Administration, choose Logging and Profiling from the sidebar.

  2. On the Logging and Profiling screen, you need to Add a New Entry.

    1. Add net.customware.confluence.plugin.linking as a new entry in the Class/Package Name.

    2. Set the New Level to DEBUG

    3. Select Add entry.

    4. Scroll down and click Save.

  3. Load the page where you are experiencing slow performance with the app.

  4. Generate the Support zip.

Ensure there are no preceding or trailing spaces or any other characters in the net.customware.confluence.plugin.linking string.

Tip

You can find the log file here: <confluence-installation>/home/logs/atlassian-confluence.log

Removing the debug entry

If you want to disable the logging, ater saving the log file do the following:

  1. Return to the Logging and Profiling screen (navigate as mentioned in the steps above).

  2. Locate the net.customware.confluence.plugin.linking entry.

  3. Click Remove.

Info

The Debug Entry is also removed automatically if the Confluence instance is restarted.