Skip to content

Commit

Permalink
[skip ci] Customize log level in Fantom output (facebook#48263)
Browse files Browse the repository at this point in the history
Summary:

Changelog: [internal]

Customize log level in Fantom based on flag in runner.js.

Reviewed By: javache

Differential Revision: D67199970
  • Loading branch information
rubennorte authored and facebook-github-bot committed Dec 13, 2024
1 parent 5225187 commit 5ce64a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-native-fantom/runner/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ module.exports = async function runTest(
: testBytecodeBundlePath,
'--featureFlags',
JSON.stringify(testConfig.flags.common),
'--minLogLevel',
PRINT_FANTOM_OUTPUT ? 'info' : 'error',
]);

if (rnTesterCommandResult.status !== 0) {
Expand Down

0 comments on commit 5ce64a7

Please sign in to comment.