How do I provide useful data for performance issue analysis?
Purpose
How do I provide useful data for performance issue analysis?
Answer
Since Reporting 5.2.0, we have implemented a logging feature which can be useful for troubleshooting performance issues you may have with the Reporting add-on.
To help us troubleshoot any performance issues you may have, follow these steps:
Go to the Cog Icon > General Configuration.
In the sidebar, under Administration, click on Logging and Profiling:
On the Logging and Profiling screen, you will need to Add a New Entry:
Add
net.customware.reporting.confluence
as a new entry in Class/Package Name.Set the New Level to
DEBUG
.Ensure there are no preceding or trailing spaces or any other characters in the
net.customware.reporting.confluence
string.Click Add entry.
Scroll down and click Save.
Load the page where you are experiencing slow performance with Reporting.
Save the log. You can find the log file here:
<confluence-installation>/home/logs/atlassian-confluence.log
Contact Support and provide this log file together with the wiki markup and metadata of the affected page.
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.reporting.confluence
entry:Click Remove.
The Debug Entry will also be removed automatically if the Confluence instance is restarted.