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
I am building a dev tool that uses ethers internally, and it would be nice if there was a simple way to suppress showing logs related to ethers or filter them somehow (to avoid confusion for those using our tool).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In ethers v5 you could set the log level of ethers using the
ethers.utils.Logger.setLogLevel
function.Is there an equivalent in v6? I see that that module has been removed (https://docs.ethers.org/v6/migrating/#migrate-missing) and haven't found something equivalent.
I am building a dev tool that uses ethers internally, and it would be nice if there was a simple way to suppress showing logs related to ethers or filter them somehow (to avoid confusion for those using our tool).
Beta Was this translation helpful? Give feedback.
All reactions