diff --git a/guides/data-privacy/audit-logging.md b/guides/data-privacy/audit-logging.md index 67e11ed37..79c14a7dd 100644 --- a/guides/data-privacy/audit-logging.md +++ b/guides/data-privacy/audit-logging.md @@ -186,7 +186,6 @@ The generic audit logging implementation does the following: - Intercept all write operations potentially involving personal data. - Intercept all read operations potentially involving sensitive data. - - If configured, cf. `handle` - Determine the affected fields containing personal data, if any. - Construct log messages, and send them to the connected audit log service. - All emitted log messages are sent through the [transactional outbox](#transactional-outbox).