Compare commits

..

1 Commits

Author SHA1 Message Date
Johannes Vogel
08a3157f1d use new kinds for audit log 2022-03-18 09:30:42 +01:00

View File

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