Implement enriched CLI logger
Follow-up to
- #151
- #190
PoC:
- #189
- implementation: tools/pocs/stdout-mock.mjs
Libraries
TODO: enrich description once it's prioritized
@matejchalk We can close this one in favour of #247 ?
We can close this one in favour of #247 ?
Good idea to extract the format flag, but that's just a small part of this issue, so I wouldn't close this one.
is the remaining part:
The stdout format should be removed. We will always have some output, but some of it will be behind --verbose flag.
?
The format flag is a tiny part of this issue (I removed it from the description just now to prevent confusion). The main focus of this issue is to improve the CLI logging in general, hence the PoC in #189. We decided to do just the report formatting for now (#190), and return to this one later.
Thanks for the clarification!