We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I disable this insane amount of logging? I have application logs I'm trying to read and this make it really difficult
The text was updated successfully, but these errors were encountered:
I have same problem. Is there any way to disable logging??
Sorry, something went wrong.
They just merged my pull request that sets the default log level to WARN. You can adjust the log level like so:
WARN
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
OFF
No branches or pull requests
How do I disable this insane amount of logging? I have application logs I'm trying to read and this make it really difficult
The text was updated successfully, but these errors were encountered: