Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Modified as per style guide

Purpose

This KB provides the guide on article describes how to enable debug logs for the Linking for Confluence app.

Note

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

Solution

In Linking for Confluence Data Center we have implemented a logging feature which can be , you can benefit from the logging feature that is useful for troubleshooting performance issues you may have with the Linking add-onapp.

To help us troubleshoot any performance issues you may have, follow the following steps:

  1. Go to the ⚙ (

...

  1. Gear icon)> General Configuration

...

  1. . 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 Class/Package Name.

    2. Set the New Level to DEBUG .

    3. Choose Add entry.

    4. Scroll down and choose Save.

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

...

  1. the app.

  2. 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

After saving the log file, if you may, for any reason, want to disable the logging.Here's how to do it:

  1. Return to the Logging and Profiling screen (navigation is mentioned in the list above).

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

  3. Choose Remove.

Info

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