Skip to content

Commit 2f12378

Browse files
committed
Re-enable DEBUG logging for karma
1 parent 8f27e62 commit 2f12378

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/browser/karma-chrome.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = function (config) {
2424
reporters: ['spec'],
2525
port: 9876, // karma web server port
2626
colors: true,
27-
logLevel: config.LOG_ERROR,
27+
logLevel: config.LOG_DEBUG,
2828
browsers: ['ChromeHeadless'],
2929
autoWatch: false,
3030
singleRun: true,

test/browser/karma-firefox.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = function (config) {
2424
reporters: ['spec'],
2525
port: 9876, // karma web server port
2626
colors: true,
27-
logLevel: config.LOG_ERROR,
27+
logLevel: config.LOG_DEBUG,
2828
browsers: ['FirefoxHeadless'],
2929
autoWatch: false,
3030
singleRun: true,

0 commit comments

Comments
 (0)