This makes it impossible to follow the logs and the timestamps are also affected. Can be solved by placing `STDOUT.sync = true` at the top of the program.
This makes it impossible to follow the logs and the timestamps are also affected.
Can be solved by placing
STDOUT.sync = trueat the top of the program.