Hello,
We have this use-case for one project:
they have a huge build which runs many parallel tasks on different machines. When all of those tasks from different machines try to write their logs in the console output, sometimes I assume there’s just so much to write at the same time that in the console we notice parts of the output being skipped.
Is there a known limit to how much output can the console write at the same time? Or, on what does that depend?
Thank you!