Logged objects are going into the log message field
In some cases the results object that I'm logging is getting dropped in the message field which is pretty messy. I wonder if objects over a certain size get dropped in there as a log indexing optimization or something?
Notice how in one screenshot you can see the results object is where it should be and in the other it's splattered all over the log message 😰


3 Replies
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
Depending on the size of the items logged, we're unable to style it nicely and revert to a string. I think that we do have plans to make this better in the future though
gotcha