-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: scan for first week of existing logs (#1343)
## Description: Prior to this change, if there were no logs for the current week, we'd return saying logs did not exist even though they do - logs for prior weeks could exist. This PR fixes this bug by scanning for the first week of existing logs, then scanning for as many week of logs exist beyond that, within the retention period. ## Is this change user facing? YES
- Loading branch information
Showing
2 changed files
with
135 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters