Open klemie opened 1 month ago
Implemented in split-data-files. I thought that splitting every 100000 lines was pretty reasonable but we can change that if we want. I can make a PR if it sounds good.
Implemented in split-data-files. I thought that splitting every 100000 lines was pretty reasonable but we can change that if we want. I can make a PR if it sounds good.
Do it, I dare you
Description
During test we need to split log files at 15 minute increments. Mainly just incase the file corrupts we have backups. also just easier to work with.
Acceptance Criteria
QA Notes
Linked issues