Hide raw logs under --raw flag for forc-test #6015
Labels
enhancement
New feature or request
forc
forc-test
Everything related to the `forc-test` lib and `forc test` command.
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 seeDecoded log value ...
lines.Originally posted by @kayagokalp in #5812 (comment)
The text was updated successfully, but these errors were encountered: