use new kinds for audit log
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"dependencies": {
|
||||
"@capire/orders": "../orders",
|
||||
"@sap/audit-logging": "^5.1.0",
|
||||
"@sap/cds": "^5.7",
|
||||
"@sap/cds": "^5.9",
|
||||
"express": "^4.17.1",
|
||||
"hdb": "^0.19.0"
|
||||
},
|
||||
@@ -22,9 +22,10 @@
|
||||
},
|
||||
"audit-log": {
|
||||
"[development]": {
|
||||
"credentials": {
|
||||
"logToConsole": true
|
||||
}
|
||||
"kind": "audit-log-to-console"
|
||||
},
|
||||
"[production]": {
|
||||
"kind": "audit-log-service"
|
||||
}
|
||||
},
|
||||
"db": {
|
||||
|
||||
Reference in New Issue
Block a user