Search code examples
quickblox

How to disable log statements in QuickBlox?


Quickblox often logs stuff like:

Performing async request: 
RestRequest:
------
POST http://api.quickblox.com/session.xml
headers:{
    "QB-SDK" = "iOS 1.5.2";
    "QuickBlox-REST-API-Version" = "0.1.1";
}

But sometimes I want to disable QB logs to see the logs produced by my code more clearly. Is there any way to do that?


Solution

  • [QBSettings setLogLevel:QBLogLevelNothing];