iosloggingburstly

How do I disable Burstly's console logging?


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


Solution

  • [BurstlyAdUtils setLogLevel:BurstlyLogLevelNone];