Skip to content

Commit

Permalink
info level logging for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lerouxb committed Dec 24, 2024
1 parent 4648c16 commit 03d6a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compass-e2e-tests/helpers/compass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ async function processCommonOpts({

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

Expand Down

0 comments on commit 03d6a76

Please sign in to comment.