-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
What steps will reproduce the problem?
- Get an error on a page with a lot of text in the error message.
What is the expected output? What do you see instead?
The error is logged to the database but is truncated so I can't open it later on when I visit elmah.axd.
What version of the product are you using? On what operating system?
Elmah 1.2, self compiled with a few modifications.
Additional information
The MySql AllXml-column is of type "text" which only handles up to 16kb of text which is enough for most cases but not all. It should be changed to "mediumtext" instead to be sure that the whole error log fits in it.
Originally reported on Google Code with ID 248
Reported by karl.sjogren on 2011-08-19 21:08:38
Copied from original issue: elmah/Elmah#248