Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide raw logs under --raw flag for forc-test #6015

Open
kayagokalp opened this issue May 15, 2024 · 0 comments
Open

Hide raw logs under --raw flag for forc-test #6015

kayagokalp opened this issue May 15, 2024 · 0 comments
Labels
enhancement New feature or request forc forc-test Everything related to the `forc-test` lib and `forc test` command.

Comments

@kayagokalp
Copy link
Member

After #5812 we have test log decoding alongside raw logs. @sdankel pointed out that it might be better to hide raw logs under and only show decoded logs.

That is correct, the reason i did this way is because decoding logs are very primitive without var names etc, so that is also why this is under a flag --decode as well, I am fine with removing raw logs with decoded logs too. Maybe we should have --raw, if --decode and --raw is both provided we can show the current output, with only --decode we will only see Decoded log value ... lines.

Originally posted by @kayagokalp in #5812 (comment)

@kayagokalp kayagokalp added enhancement New feature or request forc forc-test Everything related to the `forc-test` lib and `forc test` command. labels May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request forc forc-test Everything related to the `forc-test` lib and `forc test` command.
Projects
None yet
Development

No branches or pull requests

1 participant