idea-aws 4.3.1 → 4.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -228,7 +228,7 @@ class ResourceController extends genericController_1.GenericController {
228
228
  this.logger.error('END-FAILED', error, { statusCode, event: this.getEventSummary() });
229
229
  else
230
230
  this.logger.info('END-SUCCESS', { statusCode, event: this.getEventSummary() });
231
- this.logger.debug('END-DETAIL', Array.isArray(result) ? { array: result.length } : result);
231
+ this.logger.debug('END-DETAIL', { result: Array.isArray(result) ? { array: result.length } : result });
232
232
  if (this.logRequestsWithKey)
233
233
  this.storeLog(!error);
234
234
  if (this.metrics)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "idea-aws",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
4
4
  "description": "AWS wrappers to use in IDEA's back-ends",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",