Versions Compared

Key

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

...

  1. Go to JIRA Administration>System>Logging and profiling

  2. Under Default Loggers, click "configure logging level for another package"

  3. For Package name enter com.riadalabs.jira.plugins.notificationassistant.NotificationEmailHandlerImplFor Package name enter com.riadalabs.jira.plugins.notificationassistant.NotificationManagerImpl

  4. For Logging Level select INFO or DEBUG depending on how much logging they want ( DEBUG for more)

  5. Press Add to save

  6. Email log output will now be added to JIRA's own atlassian-jira.log file

  7. To find the impacted lines, you can grep for c.r.j.p.n

Permanent Logging

Add the following to your <JIRA INSTALL DIRECTORY>/atlassian-jira/WEB-INF/classes/log4j.properties file. Changes to this file require a restart of Jira for the changes to take effect.

...