Parse and display log of long running process

Hi @timosachsenberg

Could you see if this forum thread addresses your issue:

You could also look into using asyncio to perform multiple processes in parallel (such as executing a process while also looking into the log).

Hope this helps!