use new kinds for audit log

This commit is contained in:
Johannes Vogel
2022-03-18 09:30:42 +01:00
parent c9ecef4e21
commit 08a3157f1d

View File

@@ -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": {