jsnlog icon indicating copy to clipboard operation
jsnlog copied to clipboard

Option to limit length of a message

Open mperdeck opened this issue 12 years ago • 1 comments

For example, for all messages longer than 200 chars, only first 200 chars are sent

mperdeck avatar Oct 30 '13 08:10 mperdeck

Hello, I'm working with JSN + Elmah + SQL Server. What I can see is that the default message length is 500 chars as maximum. In SQL, this field is nvarchar(500), and I',m trying to log long data. I've already changed the type in the database, and the type that the stored procedure gets, but it's still beeing trimmed. Can you please help me on logging rather long messages? Thank you!

joeygrandville avatar Mar 04 '15 16:03 joeygrandville