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(logger.log): warn on invalid log-level #1062

Commits on Feb 23, 2021

  1. fix(logger.log): warn on invalid log-level

    a warning is logged if the `log` method is used with an unknown log-level
    this happens whenever people confuse the `log` method with yet another log-level-short method (like in the browser console.log)
    adjusted `newLevel-test` accordingly
    
    rel: log4js-node#1042
    
    Signed-off-by: abernh <a.bernhard@23go.de>
    abernh committed Feb 23, 2021
    Copy the full SHA
    76f9142 View commit details
    Browse the repository at this point in the history