Org-FoodService / FoodServiceAPI

FoodService is a .NET 8.0-based service, optimizing snack bar operations through menu management, inventory tracking, and potential delivery integration. With Docker and SQLServer dependencies, it streamlines processes for snack bar owners, enhancing efficiency and customer experience.
https://foodservice-api.azurewebsites.net/swagger
3 stars 1 forks source link

Exclude sensitive properties while logging the request/response #28

Closed yogendrasgautam closed 3 months ago

yogendrasgautam commented 3 months ago

Fix for #25

NicolasBuscarini commented 3 months ago

Great solution! Using the Action Filter and the Destructurama.Attributed package to exclude properties from logs. Thanks for the contribution!

NicolasBuscarini commented 3 months ago

You can merge the branches. 😁✌️