Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate modification to LatestFileInPath Function to improve reliability #15

Open
arobinsongit opened this issue Oct 24, 2015 · 1 comment

Comments

@arobinsongit
Copy link
Member

Consider indexing the log files in the folder and pick out the actual latest, not just the latest write time in the unexpected event that a log entry is written to an earlier log file. This might be especially important if we rewrite the log file to correct errors.

@ryanvs
Copy link
Contributor

ryanvs commented Dec 16, 2015

This is related the to aaLogPathManager discussion in #26. The idea is aaLogPathManager would index the files and, as mentioned above, potentially take corrective action.

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

No branches or pull requests

2 participants