SORMAS-Project icon indicating copy to clipboard operation
SORMAS-Project copied to clipboard

Exclude read access of Disease- and FeatureConfigurationFacade from the audit log [3]

Open MartinWahnschaffe opened this issue 3 years ago • 0 comments

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)

Implementation Details

Additional Information

MartinWahnschaffe avatar Jul 18 '22 09:07 MartinWahnschaffe