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 Next »

Email This Issue logs a lot of information to the Jira log files. However, to make this information visible a few steps are needed:

  1. Add a logger
  2. Monitor the logfile

Add  a New Logger

Under Jira Administration / System / Logging and Profiling, configure a new logging level with

  • Package name: com.metainf
  • Logging level: TRACE

This needs to be every time after Jira starts up. The new logger will enable the output from Email This Issue to appear in the log files.

Monitor the Log Files

The most common way to monitor the log is to access them in the files system under the Jira Home directory and do some log file tailing like "tail -f atlassian-jira.log"

However, there is a more convenient method as well. Last Log for Jira is a free addon at the Atlassian Marketplace. It is a brilliantly simple but tremendously useful tool and reveals logfiles to Jira administrators without having to access the server itself Jira is running on.

  • No labels