Open escapewindow opened 9 years ago
We'd probably call this before or inside of scriptharness.log.get_file_handler() https://github.com/scriptharness/python-scriptharness/blob/e557fce831775c910e3345fdd852fffaff141251/scriptharness/log.py#L95
scriptharness.log.get_file_handler()
Ideally it would be a generic function that could rotate any file type on posix or windows.
We'd probably call this before or inside of
scriptharness.log.get_file_handler()
https://github.com/scriptharness/python-scriptharness/blob/e557fce831775c910e3345fdd852fffaff141251/scriptharness/log.py#L95Ideally it would be a generic function that could rotate any file type on posix or windows.