File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -42,24 +42,24 @@ npm add @cap-js/audit-logging
42
42
43
43
1 . Sets <Config >cds.requires.audit-log: true</Config >
44
44
45
- 2 . Which in turn activates the ` audit-log ` configuration ** presets** :
45
+ 2 . Which in turn activates the effective ` audit-log ` configuration via ** presets** :
46
46
``` jsonc
47
47
{
48
- " audit-log" : {
49
- " handle" : [ " READ" , " WRITE" ],
50
- " outbox" : true
51
- " [development]" : {
52
- " impl" : " @cap-js/audit-logging/srv/log2console"
53
- },
54
- " [hybrid]" : {
55
- " impl" : " @cap-js/audit-logging/srv/log2restv2" ,
56
- " vcap" : { " label" : " auditlog" }
57
- },
58
- " [production]" : {
59
- " impl" : " @cap-js/audit-logging/srv/log2restv2" ,
60
- " vcap" : { " label" : " auditlog" }
61
- }
62
- }
48
+ " audit-log" : {
49
+ " handle" : [" READ" , " WRITE" ],
50
+ " outbox" : true ,
51
+ " [development]" : {
52
+ " impl" : " @cap-js/audit-logging/srv/log2console"
53
+ },
54
+ " [hybrid]" : {
55
+ " impl" : " @cap-js/audit-logging/srv/log2restv2" ,
56
+ " vcap" : { " label" : " auditlog" }
57
+ },
58
+ " [production]" : {
59
+ " impl" : " @cap-js/audit-logging/srv/log2restv2" ,
60
+ " vcap" : { " label" : " auditlog" }
61
+ }
62
+ }
63
63
}
64
64
```
65
65
You can’t perform that action at this time.
0 commit comments