Skip to content

Commit

Permalink
Revert ably log level
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyboy committed Feb 20, 2018
1 parent 17581d3 commit a779732
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 @@ -169,7 +169,7 @@ module.exports = function(config) {

// level of logging
// possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
logLevel: config.LOG_WARN,
logLevel: config.LOG_INFO,


// enable / disable watching file and executing tests whenever any file changes
Expand Down

0 comments on commit a779732

Please sign in to comment.