* add logging

This commit is contained in:
Ingo Fischer
2022-06-30 17:42:24 +02:00
parent 0ac6c66aaf
commit 45b0550e0c
+1
View File
@@ -59,6 +59,7 @@ function startAdapter(options) {
}
}
adapter.log.debug('Prepare service call for ' + id + ' with (mapped) request parameters ' + JSON.stringify(requestFields));
for (const field in fields) {
if (!fields.hasOwnProperty(field)) {
continue;