Elmah only logs 15 errors

I am just starting to look at the site at work. They use Elmah to log errors.

This seems like good, but in the web interface, when I tell Elmah to show me 100 errors per page, it only shows the last 15.

Then, when I click "Download Log", I get only 15 errors in CSV.

Does anyone know how I can configure it to save all errors?

Or can someone point me to some docs on how to do this?

Thank you so much!

-Evan

+6
c # logging error-handling elmah
source share
1 answer

There seems to be no database set up for error reporting.

By default, it only logs the last 15 errors in memory, if it has no place where it can be written ...

+8
source share

All Articles