Skip to content

Commit 18243d0

Browse files
rubennortefacebook-github-bot
authored andcommitted
Customize log level in Fantom output (#48263)
Summary: Pull Request resolved: #48263 Changelog: [internal] Customize log level in Fantom based on flag in runner.js. Reviewed By: javache Differential Revision: D67199970 fbshipit-source-id: 31cdd2eaeee8e7ab4c8985661b35822d78d0457b
1 parent d1293f6 commit 18243d0

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
@@ -189,6 +189,8 @@ module.exports = async function runTest(
189189
: testBytecodeBundlePath,
190190
'--featureFlags',
191191
JSON.stringify(testConfig.flags.common),
192+
'--minLogLevel',
193+
PRINT_FANTOM_OUTPUT ? 'info' : 'error',
192194
]);
193195

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

0 commit comments

Comments
 (0)