Log spam in the Next.js server console #5160
Unanswered
LufyCZ
asked this question in
Developer Support
Replies: 2 comments 1 reply
-
Hey could you share a way to repro this? Which errors? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
where the logger gets set up
Unfortunately, there's no way to get the
logger
option set whenUniversalProvider
is initializedEthereumProvider
, so there's no way to set the logger tosilent
.This is half bug half feature request, hopefully it's fine like this.
Beta Was this translation helpful? Give feedback.
All reactions