Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Elmah is only logging 15 Errors

I've just starting looking at a site in place at work. They're using Elmah to log errors.

It seems to be logging fine, but in the web interface, when I tell Elmah to show me 100 errors per page, it only shows the most recent 15.

Then when I click on "Download Log" I only get shown 15 errors in the CSV.

Anyone know how I can configure it to keep all the errors?

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

Thanks a lot!

-Evan

like image 654
Ev. Avatar asked Jun 10 '10 02:06

Ev.


1 Answers

Looks like there is no database configured to log errors to.

By default it only logs the last 15 errors to memory if it has no where to write it to...

like image 82
ggonsalv Avatar answered Sep 21 '22 07:09

ggonsalv