Skip to end of banner
Go to start of banner

How do I provide useful data for performance issue analysis?

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Purpose

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

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

Solution

In Linking for Confluence Data Center we have implemented a logging feature which can be useful for troubleshooting performance issues you may have with the Linking add-on.

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

  • Go to the ⚙ (gear icon) > General Configuration > In the sidebar, under Administration, choose Logging and Profiling

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

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

    • Set the New Level to DEBUG

    • Choose Add entry

    • Scroll down and choose Save

  • Load the page where you are experiencing slow performance with Linking

  • Generate the support zip

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

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

Removing the Debug Entry

After saving the log file, you may, for any reason, want to disable the logging.

Here's how you do it

  • Return to the Logging and Profiling screen

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

  • Choose Remove

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

  • No labels