Skip to content

Commit

Permalink
add details regarding cds.requires['audit-log'].handle (#409)
Browse files Browse the repository at this point in the history
* cds.requires['audit-log'].handle

* Update guides/data-privacy/audit-logging.md
  • Loading branch information
sjvans authored Sep 6, 2023
1 parent 8e6d7e1 commit e1c8322
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion guides/data-privacy/audit-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit e1c8322

Please sign in to comment.