jsnlog
jsnlog copied to clipboard
Option to limit length of a message
For example, for all messages longer than 200 chars, only first 200 chars are sent
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!