How do I disable Burstly's console logging?

189 Views Asked by At

How do I disable Burstly's (excessively) spammy console logging on iOS? Seeing as devices only store the previous X lines of logs, and burstly fills about 80% of that, I can't always get the logs I added for other things myself. Since all I get for the burstly lib is a binary, I can't strip out the logging statements myself, and I haven't seen anything in the documentation about a flag I could pass in either...

1

There are 1 best solutions below

2
On BEST ANSWER

[BurstlyAdUtils setLogLevel:BurstlyLogLevelNone];