walletconnect-monorepo
walletconnect-monorepo copied to clipboard
Log spam in the Next.js server console
Hey, we've been dealing with a lot of errors in the console, coming from WalletConnect's logger, making other development logs hard to read. I don't know what the cause of these errors is, but we haven't encountered any actual problems yet.
I've looked for a way to disable the logger, though it looks like the required options are not passable from wagmi.
Wagmi uses the EthereumProvider
which, in turn, uses the UniversalProvider
Unfortunately, there's no way to get the logger option set when UniversalProvider is initialized EthereumProvider, so there's no way to set the logger to silent.
This is half bug half feature request, hopefully it's fine like this.
Hey, we've been dealing with a lot of errors in the console, coming from WalletConnect's logger
Hey could you share a way to repro this? Which errors?