Add per run log rotate flag

This flag will use the normal file handler with a file name that has date + time + milliseconds
to create a new file each time the script is run
This commit is contained in:
Clemens Schwaighofer
2025-08-01 16:01:50 +09:00
parent 2f08ecabbf
commit 0df049d453
3 changed files with 28 additions and 10 deletions

View File

@@ -3,3 +3,5 @@
- [x] stub files .pyi
- [ ] Add tests for all, we need 100% test coverate
- [x] Log: add custom format for "stack_correct" if set, this will override the normal stack block
- [ ] Log: add rotate for size based
- [ ] All folders and file names need to be revisited for naming and content collection