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

Maintain provenance log #238

Open
12 tasks
bess opened this issue May 25, 2017 · 0 comments
Open
12 tasks

Maintain provenance log #238

bess opened this issue May 25, 2017 · 0 comments

Comments

@bess
Copy link

bess commented May 25, 2017

Application will maintain a "provenance log" that records every action performed on a stored document, including initial deposit, editing, approval, deletion, publication, submission to ProQuest, and any embargo events. This log will include the date and time, which user performed the action, whether the action was successful, and which documents were affected.

  • Logs are in standardized Logger format
  • Logs are date stamped and automatically rotated
  • Logs are backed up automatically
  • Logs should be visible in the UI by superusers
  • Required fields are present:
    • Date and time stamp
    • user
    • document id
    • what action was performed
    • whether the action was successful
  • Logged actions are also logged to the object in question
  • Logs must be retained for a minimum of 60 days
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants