loggit
loggit copied to clipboard
Implement automatic log rotation
This PR addresses #20 and fixes an issue when nrow(log_df) - rotate_lines + 1 leads to negative row index.
Thank you, looks pretty good! Could you also add some tests to confirm functionality?
@ryapric I addressed the comments. Let me know what you think.