senacor / azure-function-middleware

Azure Function Middleware to provide cross-cutting functionalities, written in Typescript
MIT License
13 stars 0 forks source link

feature - Improve logging #378

Closed ziegler-daniel closed 9 months ago

ziegler-daniel commented 9 months ago

Currently, we add all data from context.bindingData expect headers for logging to the customDimensions. This contains the full request body.

ziegler-daniel commented 9 months ago

lgtm, but can you document your chance in our changelog(https://github.com/senacor/azure-function-middleware/blob/master/CHANGELOG.md)

Thanks for the hint. I added a note in the changelog.