-
Notifications
You must be signed in to change notification settings - Fork 4
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
Created new drush command for audit trail logs cleaup #534
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @sharmasahil
the PR looks good, just some small changes may need to be made.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes @sharmasahil
@sharmasahil please make sure the build and tests pass. |
Jira
https://digital-vic.atlassian.net/browse/SD-361
Problem/Motivation
Currently, the admin_audit_trail module retains all records since its introduction.
Fix
Created a new drush cmd to clean logs based on time setting and free space.
drush tide_core:auditlog-cleanup
Related PRs
Screenshots
TODO