emaloney / CleanroomLogger

CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant
MIT License
1.32k stars 153 forks source link

very long strings are cut off #91

Open chriswill0w opened 6 years ago

chriswill0w commented 6 years ago

very long strings are cut off and are not fully logged to the console. can I solve this problem somehow?

SlashDevSlashGnoll commented 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.