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
Console logs are very noisy.
e.g.
WC: ==> [response] WC: incomming text WC: <== pong WC: ==> ping
Is there a way to suppress these logs? I think I saw a PR related to this. Is there a new version being released soon that addresses this?
Thanks.
The text was updated successfully, but these errors were encountered:
@thisisalexmcgregor you should be able to disable logs by replacing the logger instance:
struct Nope: WalletConnectSwift.Logger { func log(_ message: String) { } } ... WalletConnectSwift.LogService.shared = Nope()
Sorry, something went wrong.
No branches or pull requests
Console logs are very noisy.
e.g.
Is there a way to suppress these logs? I think I saw a PR related to this. Is there a new version being released soon that addresses this?
Thanks.
The text was updated successfully, but these errors were encountered: