Skip to content

grid: log buildout output in realtime

Jérome Perrin requested to merge fix/realtime-output into master

Don't buffer output and use a separate thread to read subprocess process output and send it line by line to logging, instead of reading from the main thread which output lines with a delay.

fixes https://erp5js.nexedi.net/#/bug_module/20210311-90BA30

Merge request reports