Skip to content

Commit 1e24a08

Browse files
committed
MOAR log output
1 parent abb9674 commit 1e24a08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,9 @@ async function startCompassElectron(
601601
// See https://www.electronjs.org/docs/latest/api/command-line-switches#--enable-loggingfile
602602
'--enable-logging=file',
603603
// See https://www.electronjs.org/docs/latest/api/command-line-switches#--log-filepath
604-
`--log-file=${electronLogFile}`
604+
`--log-file=${electronLogFile}`,
605+
// See // https://chromium.googlesource.com/chromium/src/+/master/docs/chrome_os_logging.md
606+
'--log-level=0'
605607
);
606608

607609
if (opts.extraSpawnArgs) {

0 commit comments

Comments
 (0)