parush / elmah

Automatically exported from code.google.com/p/elmah
0 stars 0 forks source link

Dialy digest RSS feed of errors #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some, especially public-facing, web sites expect to see a lot of errors 
caused by visitors and/or bots. For these sites, receiving an e-mail for 
every error or subscribing to the current RSS feed that lists every error 
as a separate channel item can be overwhelming. It would therefore help to 
add an RSS feed that provides a dialy digest of errors. Every item of this 
feed will represent a single day with all errors from that day becoming 
part of the item description. The item description will be an HTML 
fragment containing a summary of the day's errors (perhaps just the error 
messages). Each error summary should be a hyperlink that points to the 
error details page.

The issue was created from the discussion in issue #14 (see 
http://code.google.com/p/elmah/issues/detail?id=14).

Original issue reported on code.google.com by azizatif on 20 Jul 2007 at 7:51

GoogleCodeExporter commented 9 years ago
This is now checked in. The digest feed is accessible by appending digestrss to 
the 
base ELMAH path (e.g. http://www.example.com/elmah.axd/digestrss).

Original comment by azizatif on 20 Jul 2007 at 9:35