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?
Asked
Active
Viewed 192 times
0
-
don't you have in the "error" tag the "detail" attribute? – Flavia Obreja May 29 '14 at 12:03
-
Doh, yes. I really didn't expect to see so much detail in an attribute so I didn't scroll across to check for it. Add this as an answer and I will accept it, thanks! – Peter Morris May 29 '14 at 13:55
1 Answers
1
The "detail" attribute of the "error" tag contains the details of the exception.

Flavia Obreja
- 1,227
- 7
- 13