mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Customize log level in Fantom output (#48263)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/48263 Changelog: [internal] Customize log level in Fantom based on flag in runner.js. Reviewed By: javache Differential Revision: D67199970 fbshipit-source-id: 31cdd2eaeee8e7ab4c8985661b35822d78d0457b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d1293f6d44
commit
18243d07e4
@@ -189,6 +189,8 @@ module.exports = async function runTest(
|
||||
: testBytecodeBundlePath,
|
||||
'--featureFlags',
|
||||
JSON.stringify(testConfig.flags.common),
|
||||
'--minLogLevel',
|
||||
PRINT_FANTOM_OUTPUT ? 'info' : 'error',
|
||||
]);
|
||||
|
||||
if (rnTesterCommandResult.status !== 0) {
|
||||
|
||||
Reference in New Issue
Block a user