Closed gahag closed 5 years ago
How does the rename handle conflicts should an existing "old" file already exist?
The old file is always replaced if it exists. This is an important part for assuring you have the log from the last two executions, but no more.
@BrannonKing please tell me if there's anything to be improved on this.
As discussed in #211, this PR introduces the automatic moving of and existing log file to an
.old
file. This means logs are preserved for the last 2 executions, and also implies the -shrinkdebugfile is no longer useful, and thus removed.Please tell me if there are any improvements to be made.