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

Commits on Oct 11, 2019

  1. [FIX] Fix handling of log level "silent"

    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.
    RandomByte committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    8f0de62 View commit details
    Browse the repository at this point in the history
  2. [INTERNAL] logger: Expose static isLevelEnabled function

    Useful in cases where the logger should not be used for logging but the
    active log level still needs to be checked.
    RandomByte committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    bd72cb8 View commit details
    Browse the repository at this point in the history