gpc / grails-audit-logging-plugin

The Grails Audit Logging Plugin
Apache License 2.0
50 stars 60 forks source link

Added 2 new properties: includePackages and excludePackages. #220

Closed Dannemann closed 3 years ago

Dannemann commented 3 years ago

The company that I work for has a use case in which we have the audit-logging plugin in project X, but we also import other Auditable entities from a different JAR that should not be audited in project X. I thought that the addition of 2 new properties includePackages and excludePackages would be a good and simple solution in this case. We depend on a solution for this use case in other to use the audit-logging plugin in project X. Thank you!

Dannemann commented 3 years ago

My team decided to go with another solution. I am closing this pull request.