TW-4552 |
Display critical server errors in the web UI in a noticeable way |
|
0
|
|
e.g. we did not receive e-mail notifications for two weeks with only multiple:
INFO - ication.email.EMailNotificator - Cannot send email notification:javax.mail.AuthenticationFailedException
in the server log.
Seems, the proper way to handle this is to introduce a page in the administration area (or on all pages, but only to administrators?) with the list of critical errors (time - type - description). The similar errors should be replaced with a more recent one.
And display our yellow stripe in all admin screens with the count and link to the page.
// Maybe just use log4j category and a custom appender for reporting the errors?
INFO - ication.email.EMailNotificator - Cannot send email notification:javax.mail.AuthenticationFailedException
in the server log.
Seems, the proper way to handle this is to introduce a page in the administration area (or on all pages, but only to administrators?) with the list of critical errors (time - type - description). The similar errors should be replaced with a more recent one.
And display our yellow stripe in all admin screens with the count and link to the page.
// Maybe just use log4j category and a custom appender for reporting the errors?
|
|
Yegor Yarko 23 Feb 2008 01:23 (16 months ago) |
If the error is not email sending related, it should be sent via email (TW-2795)
|