Skip to content
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

[FIX] Fix handling of log level "silent" #136

Merged
merged 2 commits into from
Oct 14, 2019
Merged

Conversation

RandomByte
Copy link
Member

npmlog already supports this level. We just forgot to add it to our
list, causing errors like "Failed to find current log level
"silent" in list of expected log levels" when checking for enabled log
levels.

npmlog already supports this level. We just forgot to add it to our
list, causing errors like "Failed to find current log level
"silent" in list of expected log levels" when checking for enabled log
levels.
Useful in cases where the logger should not be used for logging but the
active log level still needs to be checked.
@RandomByte RandomByte merged commit f31fce6 into master Oct 14, 2019
@RandomByte RandomByte deleted the fix-log-level-silent branch October 14, 2019 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants