Peter Morris
Peter Morris

Reputation: 23214

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?

Upvotes: 0

Views: 193

Answers (1)

Flavia Obreja
Flavia Obreja

Reputation: 1237

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

Upvotes: 1

Related Questions