Closed bradrydzewski closed 5 years ago
Instead of truncating logs we the limit is exceeded we should instead push new logs to the list, and pop older logs lines off the list.
if you are using the new runners, logs are rotated https://github.com/drone/runner-go/blob/master/livelog
Instead of truncating logs we the limit is exceeded we should instead push new logs to the list, and pop older logs lines off the list.