Open yocontra opened 11 years ago
I have same problem. Is there any way to disable logging??
They just merged my pull request that sets the default log level to WARN
. You can adjust the log level like so:
var phone = $.phono({
apiKey:'abcd'
});
phone.setLogLevel("< ALL | TRACE | DEBUG | INFO | WARN | ERROR | FATAL | OFF >");
phone.getLogLevel(); // -> "WARN" (The default level)
Obviously, to completely disabled logging, set it to OFF
How do I disable this insane amount of logging? I have application logs I'm trying to read and this make it really difficult