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