Skip to content

Commit

Permalink
Merge pull request #1888 from jridgewell/karma-log-level
Browse files Browse the repository at this point in the history
Set Karma Log Level to WARN
  • Loading branch information
jridgewell committed Feb 10, 2016
2 parents 1b25397 + 109ee49 commit f0db228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = function(config) {

colors: true,

logLevel: config.LOG_DEBUG,
logLevel: config.LOG_WARN,

autoWatch: true,

Expand Down

0 comments on commit f0db228

Please sign in to comment.