Document ID: | 9054 |
---|---|
Subject: | Troubleshooting Missed Email Alerts |
Creation date: | 3/26/24 7:59 AM |
Last modified on: | 3/26/24 8:11 AM |
The missed-email alert plugin generates an alert if the system does not receive an expected email. This page discusses a few common troubleshooting tips if these alerts are not working as expected
Use the following steps to enable additional logging related to this plugin.
<appender name="MISSED_EMAIL_ALERT" class="org.apache.log4j.RollingFileAppender"> <param name="File" value="logs/MissedEmailAlerts.log" /> <param name="Append" value="true" /> <param name="MaxFileSize" value="5MB" /> <layout class="org.apache.log4j.PatternLayout"> <param name="ConversionPattern" value="%d %-5p %c{2} - %m%n"/> </layout> </appender>
<category name="MissingEmailAlert" additivity="false"> <priority value="DEBUG" /> <appender-ref ref="MISSED_EMAIL_ALERT"/> </category>
Once done, you will see an additional log file called MissedEmailAlerts.log, which will log an entry if an incoming email satisfies an alert.
The Missed Email Alert screen entries are color-coded, representing the following states.
Refer to the image below for an example.
Do you have a helpful tip related to this document that you'd like to share with other users?