Changing karma log back to info level

This commit is contained in:
perploug
2013-08-23 15:51:10 +02:00
parent bbc04c23b4
commit 1b0bffbe04

View File

@@ -63,7 +63,7 @@ module.exports = function(karma) {
// level of logging
// possible values: karma.LOG_DISABLE || karma.LOG_ERROR || karma.LOG_WARN || karma.LOG_INFO || karma.LOG_DEBUG
// CLI --log-level debug
logLevel: karma.LOG_DEBUG,
logLevel: karma.LOG_INFO,
// enable / disable watching file and executing tests whenever any file changes
// CLI --auto-watch --no-auto-watch