Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sjvans authored Nov 15, 2024
1 parent 9b574ba commit a07a576
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions guides/data-privacy/audit-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,13 +490,12 @@ This provides an ultimate level of resiliency, plus additional benefits:
- **False log messages are avoided** — messages are forwarded to the audit log service on successfully committed requests; and skipped in case of rollbacks.
This transparently applies to all implementations, even [custom implementations](#custom-implementation). You can opt out of this default by configuring outbox: false in the configuration, for example, as we do in the default configuration for development:
This transparently applies to all implementations, even [custom implementations](#custom-implementation). You can opt out of this default by configuring outbox: false in the configuration, for example, as shown in the following snippet for profile `development`:
```json
{
"audit-log": {
"[development]": {
"impl": "@cap-js/audit-logging/srv/audit-log-to-console",
"outbox": false // [!code focus]
}
}
Expand Down

0 comments on commit a07a576

Please sign in to comment.