You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and I have to drill down multiple list to see the entire message. I made a change to get rid of the substring function and then it works for me.
For design perspective, this is a dirty change that I shouldn't made for my project, and I didn't see that there is a way that we can through this in configuration level currently, so I'm asking if someone can wrap it up and give us the option so that we can pass in the message length as a parameter.
The text was updated successfully, but these errors were encountered:
I'm using this package recently and I found a problem that only the first 100 characters of a log message are log to graylog because of this line:
this.graylog2[getMessageLevel(level)](msg.substring(0, 100), msg, meta);
and I have to drill down multiple list to see the entire message. I made a change to get rid of the
substring
function and then it works for me.For design perspective, this is a dirty change that I shouldn't made for my project, and I didn't see that there is a way that we can through this in configuration level currently, so I'm asking if someone can wrap it up and give us the option so that we can pass in the message length as a parameter.
The text was updated successfully, but these errors were encountered: