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

Version 1 Current »

Step-by-step guide

Set the DEBUG logging level for the following packages: 

  1. com.candylio.jira.plugins.nps.listeners

  2. com.candylio.jira.plugins.nps.web.actions

  3. com.candylio.jira.plugins.nps.manager

  4. com.candylio.jira.plugins.nps.manager.schedule

  5. com.candylio.jira.plugins.nps.activeobjects.repository

  6. com.candylio.jira.plugins.nps.service

  7. com.candylio.jira.plugins.nps.rest

  8. com.candylio.jira.plugins.nps.job

To change the logging level, please follow the instruction below (extracted from this Logging and Profiling page)

  1. Choose  > System

  2. Select Troubleshooting and Support > Logging & Profiling to open the Logging page, which lists all defined log4j categories (as package names) and their current logging levels.

  3. To change logging level of a category, click linked logging level associated with the relevant package name. To turn off logging of a category, click the 'OFF' link associated with the relevant package name.

Generate the support zip file that contains the log

Go to    > System > Troubleshooting and support tools (under System support)

Basically, we only need 4 items:

  1. Jira configuration files

  2. Tomcat configuration files

  3. Jira application logs

  4. Tomcat logs

Please uncheck the other items to minimise the zip file size. Then click the Generate button at the bottom.

Once done, please attach the support zip to the support ticket (please raise a new one here if you haven't done that)Related articles

  • No labels