Skip to content

Commit 45dd407

Browse files
authored
Update saucelabs.karma.conf.js
1 parent dd56b51 commit 45dd407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

saucelabs.karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module.exports = (config) => {
9898

9999
// level of logging
100100
// possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
101-
logLevel: config.LOG_DEBUG,
101+
logLevel: config.LOG_INFO,
102102

103103
// enable / disable watching file and executing tests whenever any file changes
104104
autoWatch: false,

0 commit comments

Comments
 (0)