drone-runtime
drone-runtime copied to clipboard
Allow line-log circling
If the length of the log exceeds the limit, drop the oldest lines to fill the new ones.
Ok, so it's a ring buffer for the logs, right?
@tboerger Yes
Even if this implementation is not final now, a ring buffer to get the last parts of the log makes really sense.
Any news on any way forward?