We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Works with modern "log4js"
Fails with 2.3.9 because setGlobalLogLevel is no longer part of the log4js API
karma.config.js
The text was updated successfully, but these errors were encountered:
fix(logging): Upgrade to log4js 2.x API.
65a5117
Support log4js 2.x as well as 1.x for configuration. Fixes karma-runner#2858
fix(logging): Upgrade to log4js 2.x API. (#2868)
f6f8707
Support log4js 2.x as well as 1.x for configuration. Fixes #2858
johnjbarton
Successfully merging a pull request may close this issue.
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.config.js
fileNot
Steps to reproduce the behaviour
The text was updated successfully, but these errors were encountered: