Table of Contents |
---|
Temporary Logging
Notification log
Every notification sent from the Notification Assistant for JIRA plugin are logged and can be found at . The log are rolled on daily basis.
Info |
---|
Logging is disabled by default. To enable logging, login to JIRA administration, go to System and "Logging and Profiling". Locate "com.riadalabs.jira.plugins.notificationassistant.log.NAFJEmailLogger" and set log level to "INFO". |
REST-API log
Every REST call sent from the Notification Assistant for JIRA plugin are logged and can be found at . The log are rolled on daily basis.
Info |
---|
Logging is disabled by default. To enable logging, login to JIRA administration, go to System and "Logging and Profiling". Locate "com.riadalabs.jira.plugins.notificationassistant.log.NAFJRestLogger" and set log level to "INFO". |
Permanent Logging
Add the following to your log4j.properties file:
...