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

[chore] Update to support log4js version 2. #2858

Closed
johnjbarton opened this issue Oct 25, 2017 · 0 comments · Fixed by karronoli/redpen#10 · May be fixed by Omrisnyk/npm-lockfiles#122 or Omrisnyk/npm-lockfiles#132
Closed

[chore] Update to support log4js version 2. #2858

johnjbarton opened this issue Oct 25, 2017 · 0 comments · Fixed by karronoli/redpen#10 · May be fixed by Omrisnyk/npm-lockfiles#122 or Omrisnyk/npm-lockfiles#132
Assignees

Comments

@johnjbarton
Copy link
Contributor

Expected behaviour

Works with modern "log4js"

Actual behaviour

Fails with 2.3.9 because setGlobalLogLevel is no longer part of the log4js API

Environment Details

  • Karma version 1.7.1
  • Relevant part of your karma.config.js file
    Not

Steps to reproduce the behaviour

  1. Update package.json to use log4js "^2.3.9"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment