Skip to content

Commit de00aa8

Browse files
authored
Update audit-logging.md
1 parent ec3920b commit de00aa8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

guides/data-privacy/audit-logging.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,15 @@ npm add @cap-js/audit-logging
4848
"audit-log": {
4949
"handle": ["READ", "WRITE"],
5050
"outbox": true,
51-
"[development]": {
51+
"[development]": { "kind": "audit-log-to-console" },
52+
"[hybrid]": { "kind": "audit-log-to-restv2" },
53+
"[production]": { "kind": "audit-log-to-restv2" }
54+
},
55+
"kinds": {
56+
"audit-log-to-console": {
5257
"impl": "@cap-js/audit-logging/srv/log2console"
5358
},
54-
"[hybrid]": {
55-
"impl": "@cap-js/audit-logging/srv/log2restv2",
56-
"vcap": { "label": "auditlog" }
57-
},
58-
"[production]": {
59+
"audit-log-to-restv2": {
5960
"impl": "@cap-js/audit-logging/srv/log2restv2",
6061
"vcap": { "label": "auditlog" }
6162
}

0 commit comments

Comments
 (0)