SORMAS-Project
SORMAS-Project copied to clipboard
Exclude read access of Disease- and FeatureConfigurationFacade from the audit log [3]
Problem Description
Read access to those facades is not relevant for the audit log and leads to a lot of unnecessary entries.
Proposed Change
- [ ] Find a generic way to ignore all read calls to those facades in AuditLoggerInterceptor. The logic in AudiLoggerEjb.inferBackendAction may be of help.
Acceptance Criteria
- Call to FeatureConfigurationFacade.isFeatureEnabled is no longer logged
- Call to FeatureConfigurationFacade.saveFeatureConfiguration is still logged. Can be tested using LineListingResource.postFeatureConfigurations (lineListing/push)