You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey. It would be great if you could add an option to set the logLevel. Currently, debug(true) doesn’t control all messages from the library. Errors, for instance, are logged using a standard print statement, which we can’t modify or filter.
Hey. It would be great if you could add an option to set the
logLevel. Currently,debug(true)doesn’t control all messages from the library. Errors, for instance, are logged using a standard print statement, which we can’t modify or filter.