So I noticed the Drone logs add several line breaks to the output, often making it one character per line. I’m guessing this is due to some kind of buffering (or lack of). I enabled DRONE_LOGS_PRETTY on my Drone server (running in Docker, with tag “1”), which helped for some commands, like docker, but for others, specifically maven, the output is still unreadable and produces several hundred thousand lines. I’m also using the drone exec runner if that makes a difference.
Here’s what it looks like:
This was the command that was run: mvn verify --quiet
Are there any other configuration options to fix the output?