Versions Compared

Key

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

...

For most plugins provided by Bob Swift Software, the easiest (most general package) thing to use is org.swift. This should be fine for 99% of the cases. More specific packages may be needed to reduce the amount of logging, if more than one plugin has been installed and there is heavy use. 

Newer add-ons may can use the com.appfire prefix - for example CODE and BSQLT.

Add DEBUG logging at runtime

  1. Go to Administration -> Logging and Profiling.
  2. Find the Add new entry area near the top of the page.
  3. Add the following entry for the Class/Package Names: org.swift.
  4. Select DEBUG for the New Level value and click Add entry.
  5. Log statements will appear are displayed in the standard Confluence log file. 
  6. Go to the server and find the application server log file or create a Support Zip using the Atlassian Tools. 
  7. Attach the relevant sections from the application server log, the entire log file, or ZIP to the Jira issue you have created.
Info

Logging will occur occurs immediately, but only last lasts until Confluence is restarted.

You will want to be sure and Ensure to go back and remove the entry that was added after you have completed triaging your issue.

...