We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb9674 commit 1e24a08Copy full SHA for 1e24a08
packages/compass-e2e-tests/helpers/compass.ts
@@ -601,7 +601,9 @@ async function startCompassElectron(
601
// See https://www.electronjs.org/docs/latest/api/command-line-switches#--enable-loggingfile
602
'--enable-logging=file',
603
// See https://www.electronjs.org/docs/latest/api/command-line-switches#--log-filepath
604
- `--log-file=${electronLogFile}`
+ `--log-file=${electronLogFile}`,
605
+ // See // https://chromium.googlesource.com/chromium/src/+/master/docs/chrome_os_logging.md
606
+ '--log-level=0'
607
);
608
609
if (opts.extraSpawnArgs) {
0 commit comments