Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
sjvans committed Aug 1, 2023
1 parent 15aeef3 commit 9060788
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion guides/data-privacy/audit-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,8 @@ await audit.log ('ConfigurationModified', {
})
```

Note: Configuration modified events are not (yet) logged out of the box.


### Security Events

Expand Down Expand Up @@ -547,6 +549,8 @@ await audit.log ('SecurityEvent', {
})
```

Note: Security events are not (yet) logged out of the box.


### AuditLogService

Expand Down Expand Up @@ -620,7 +624,7 @@ The contents of aspect `LogEntry` are automatically applied and cannot be provid



## Service Providers
## Custom Implementation

In addition, everybody could provide new implementations in the same way as we implement the mock variant:

Expand Down
2 changes: 1 addition & 1 deletion guides/data-privacy/sample-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ should we offer this?



## Deploy for Production --- TODO: move to separate Sample App guide
## Deploy for Production

### Deploy your Application

Expand Down

0 comments on commit 9060788

Please sign in to comment.