Elmah: How do I log form post data?

Viewed 6733

Is there a way to log the post request data in ELMAH?

I am getting error emails, and while the error log contains the URL, request method, etc, I am not seeing the actual POST data.

For example,

Here is a sample Actual request: /bep/KotexCode/GetCode?stickerCode=1234532

But, the log only shows the request url and not the variable stickerCode. Thanks!

Edit Sorry, I should have checked the project website, but it looks like this feature was requested. http://code.google.com/p/elmah/issues/detail?id=164

1 Answers
Related