-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
Unable to set log level #947
Labels
bug
Verified to be an issue.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
Comments
It looks like I have a case mismatch in the enum compared to the lookup table. Can you try using the string |
Doing this:
Should work in plain JS, since:
Unfortunately, in a Typescript project this raises an error:
|
ricmoo
added
bug
Verified to be an issue.
on-deck
This Enhancement or Bug is currently being worked on.
and removed
investigate
Under investigation and may be a bug.
labels
Jul 20, 2020
ricmoo
added a commit
that referenced
this issue
Jul 20, 2020
ricmoo
added a commit
that referenced
this issue
Jul 20, 2020
This should be fixed in v5.0.7. Try it out and let me know if it works for you. :) |
ricmoo
added
fixed/complete
This Bug is fixed or Enhancement is complete and published.
and removed
on-deck
This Enhancement or Bug is currently being worked on.
labels
Jul 20, 2020
@ricmoo It works, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Verified to be an issue.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
Hello, thank you for your work on
ethers.js
. I'm trying to set the log level on[email protected]
:But that does not appear to work. Instead, it outputs:
What's the right way to set the log level? I've looked at #379, but the API seems to have changed.
The text was updated successfully, but these errors were encountered: