...
Go to JIRA Administration>System>Logging and profiling
Under Default Loggers, click "configure logging level for another package"
For Package name enter com.riadalabs.jira.plugins.notificationassistant.NotificationEmailHandlerImplFor Package name enter com.riadalabs.jira.plugins.notificationassistant.NotificationManagerImpl
For Logging Level select INFO or DEBUG depending on how much logging they want ( DEBUG for more)
Press Add to save
Email log output will now be added to JIRA's own atlassian-jira.log file
- 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.
...