Open chriswill0w opened 6 years ago
I'm also running into this. We have some large JSON payloads that we're logging when we get them. They log to files just fine but the xcode console truncates them so it's hard to see what is coming through the network when debugging.
Is there something that controls this truncation? I was looking through the code and couldn't find anything.
very long strings are cut off and are not fully logged to the console. can I solve this problem somehow?