Skip to content

Commit 03d6a76

Browse files
committed
info level logging for now
1 parent 4648c16 commit 03d6a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-e2e-tests/helpers/compass.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ async function processCommonOpts({
547547

548548
// https://webdriver.io/docs/options/#webdriver-options
549549
const webdriverOptions = {
550-
logLevel: 'warn' as const, // info is super verbose right now
550+
logLevel: 'info' as const, // info is super verbose right now
551551
outputDir: webdriverLogPath,
552552
};
553553

0 commit comments

Comments
 (0)