walletconnect-monorepo icon indicating copy to clipboard operation
walletconnect-monorepo copied to clipboard

Log spam in the Next.js server console

Open LufyCZ opened this issue 1 year ago • 1 comments

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.

image

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 image

which, in turn, uses the UniversalProvider image

where the logger gets set up image

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.

LufyCZ avatar Jun 27 '24 15:06 LufyCZ

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?

glitch-txs avatar Jul 06 '24 01:07 glitch-txs