crypto: Standardise log level in karma config

This commit is contained in:
willclarktech 2021-05-20 12:21:27 +02:00
parent f5266e78c0
commit 9401584a72
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -37,10 +37,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
// Use debug until Firefox starting issues on Travis are understood
// https://travis-ci.com/iov-one/iov-core/jobs/174888518
logLevel: config.LOG_DEBUG,
logLevel: config.LOG_INFO,
// enable / disable watching file and executing tests whenever any file changes
autoWatch: false,