SmartThingsCommunity / smartapp-sdk-nodejs

Javascript/NodeJS SDK to create SmartThings SmartApps
https://smartthings.developer.samsung.com/
Apache License 2.0
146 stars 80 forks source link

fix: Log responses as well as events for lambdas as is done for webhooks #128

Closed bflorian closed 4 years ago

bflorian commented 4 years ago

The enableEventLogging configuration flag logs lifecycle event requests as well a the responses in the http handler for web-hook apps, but logged only the requests for Lambdas. This change logs both for all handlers.