Skip to content

fileBaseName missing '_log'. Added.#145

Open
martinhAllied wants to merge 1 commit into
keymetrics:developmentfrom
martinhAllied:development
Open

fileBaseName missing '_log'. Added.#145
martinhAllied wants to merge 1 commit into
keymetrics:developmentfrom
martinhAllied:development

Conversation

@martinhAllied

Copy link
Copy Markdown

When log files are rotated the names of the new files are changed from something.log to be with something_log__date.log. However when those are searched for to check for deletion the base checked is something__ rather than something_log__.

With this change delete_old() now checks for something_log__

When log files are rotated the names of the new files are changed from  something.log to be with something_log__date.log. However when those are searched for to check for deletion the base checked is something__ rather than something_log__.

With this change delete_old() now checks for something_log__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant