0

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?

Peter Morris
  • 20,174
  • 9
  • 81
  • 146

1 Answers1

1

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

Flavia Obreja
  • 1,227
  • 7
  • 13