Can anyone confirm that Elmah implements flood protection behavior and that this behavior is enabled by default or is easily allowed through web.config? If so, is the time threshold adjustable?
I suggested setting up the Elmah database schema in our database, but our database administrator has legitimate concerns regarding error logs consuming significant storage space if an error occurs worldwide for our hundreds of thousands or millions of network visitors. It seemed to me that I saw a behavior in Elmah to filter out repeated exception logs if a specific time threshold was not met, but I could not check this behavior in a Google search for documentation on this function.
source
share