diff --git a/documentation/auditlog/2-implement.md b/documentation/auditlog/2-implement.md index 29f4bbc..8524d7e 100644 --- a/documentation/auditlog/2-implement.md +++ b/documentation/auditlog/2-implement.md @@ -121,7 +121,7 @@ The steps above is all you need to automatically log personal data-related event ## Adding Custom Audit Logs -As part of audit logs, there can be cases where you want to genereate custom audit logs. For example if you want to log 403 - Forbidden events when an user is not having roles but is still trying to access certain data. +As part of audit logs, there can be cases where you want to generate custom audit logs. For example if you want to log 403 - Forbidden events when a user is not having roles but is still trying to access certain data. This can be achieved by adding custom handlers in a CAP application. @@ -232,4 +232,4 @@ Run the request to read all Customers. In the Console log you see output like th time: 2024-11-04T05:10:38.441Z } ``` -Here our custom handler is generating these custom `security-events`. \ No newline at end of file +Here our custom handler is generating these custom `security-events`.