Open marpaia opened 10 years ago
Since babou does independent things in parallel, the output of things, like package installations, sometimes print at the same time, making it less clean to look at. look into how this experience could be improved.
this could be done via a global lock for printing to stdout, but that will definitely impact performance
Since babou does independent things in parallel, the output of things, like package installations, sometimes print at the same time, making it less clean to look at. look into how this experience could be improved.