mashin
mashin copied to clipboard
Log accumulator
Is there an existing issue?
- [X] I have searched the existing issues
Motivation
Log handling in MashinScript
via console.log
and provider log::*
Request
Right now, the logs are printed in the stdout when they are triggered.
As we can have multiple resources it can cause some stdout flood and as we display a progress bar, could cause some weird behaviours.
Solution
What would be great is have a kind of accumulator for the logs, then once all resources are read and the step completed, we display the logs (if the user want to)
Are you willing to help with this request?
Yes!