Search code examples
elmah.mvc

How do I get ELMAH to log full exception details?


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?


Solution

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