How do I get ELMAH to log full exception details?

202 Views Asked by At

When my server encounters an error ELMAH successfully creates a log of the error including the URL & post data etc but the details of the exception itself are not in the xml log file. How do I change this?

1

There are 1 best solutions below

0
On BEST ANSWER

The "detail" attribute of the "error" tag contains the details of the exception.