Skip to content

Commit a4b7a1e

Browse files
rubennortefacebook-github-bot
authored andcommitted
Customize log level in Fantom output (#48263)
Summary: Changelog: [internal] Customize log level in Fantom based on flag in runner.js. Reviewed By: javache Differential Revision: D67199970
1 parent d0ce24b commit a4b7a1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-native-fantom/runner/runner.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ module.exports = async function runTest(
187187
: testBytecodeBundlePath,
188188
'--featureFlags',
189189
JSON.stringify(testConfig.flags.common),
190+
'--minLogLevel',
191+
PRINT_FANTOM_OUTPUT ? 'info' : 'error',
190192
]);
191193

192194
if (rnTesterCommandResult.status !== 0) {

0 commit comments

Comments
 (0)