ElmahCore
ElmahCore copied to clipboard
MySQL: Increase column sizes of Message and AllXml
The exception detail in Microsoft.Graph.ServiceException can easily outgrow the existing sizes of the Message and AllXml columns. To allow these to be recorded, I've expanded the column sizes:
- Message increased from VARCHAR(500) to TEXT, which can hold 64kB
- AllXml increased from TEXT to MEDIUMTEXT, which can hold 16MB