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

CV errors should log to a separate file as well as cv.log on worker boxes #1694

Open
julianmorley opened this issue May 19, 2021 · 0 comments
Labels

Comments

@julianmorley
Copy link
Member

When a CV error is detected by prescat, that error is currently logged only to the current cv.log. The problem is that this log is regularly compacted and deleted on a 7-day schedule, which results in CV errors 'cycling out' of the logs directory, and thus becoming hard to find.

These errors should log to cv_error.log either as well as, or instead of, logging to cv.log. The cv_error.log should not be log-rotated so that it persists for more than 7 days, and so that we can instrument our monitoring systems to watch that log for new errors.

@julianmorley julianmorley changed the title CV errors should log to a separate log file as well as cv.log on worker boxes CV errors should log to a separate file as well as cv.log on worker boxes May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant