Skip to content

Commit

Permalink
Clarify configuration opt-out instructions in audit logging guide (#1475
Browse files Browse the repository at this point in the history
)

See #1446

Co-authored-by: Christian Georgi <chgeo@users.noreply.github.com>
  • Loading branch information
renejeglinsky and chgeo authored Nov 28, 2024
1 parent 7f4c213 commit 6880f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/data-privacy/audit-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,4 +490,4 @@ This provides an ultimate level of resiliency, plus additional benefits:
- **False log messages are avoided** &mdash; 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 <Config>cds.audit-log.[development].outbox = false</Config>, for example, as we do in the default configuration for the `development` profile.
This transparently applies to all implementations, even [custom implementations](#custom-implementation). You can opt out of this default by configuring <Config>cds.audit-log.[development].outbox = false</Config>.

0 comments on commit 6880f5e

Please sign in to comment.