loggit icon indicating copy to clipboard operation
loggit copied to clipboard

Implement automatic log rotation

Open psolymos opened this issue 3 years ago • 2 comments

This PR addresses #20 and fixes an issue when nrow(log_df) - rotate_lines + 1 leads to negative row index.

psolymos avatar Apr 11 '22 19:04 psolymos

Thank you, looks pretty good! Could you also add some tests to confirm functionality?

ryapric avatar Apr 12 '22 17:04 ryapric

@ryapric I addressed the comments. Let me know what you think.

psolymos avatar Apr 13 '22 00:04 psolymos