Skip to content

Commit 4381fde

Browse files
fix: change log level from DEBUG to INFO in Karma configuration
1 parent cb0d3f5 commit 4381fde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = function (config) {
3030
reporters: ['progress', 'kjhtml'],
3131
port: 9876,
3232
colors: true,
33-
logLevel: config.LOG_DEBUG,
33+
logLevel: config.LOG_INFO,
3434

3535
// ✅ Custom launcher to run Chrome without sandbox (required with VS Code --no-sandbox)
3636
customLaunchers: {

0 commit comments

Comments
 (0)