fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.

Home Page:https://fullstackhero.net/dotnet-webapi-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Log file does always records an empty string for Response Body field.

OdedDvir opened this issue · comments

I have set "EnableHttpsLogging": true in middleware.json, and I can see the RequestBody content in the log file, but the ResponseBody always returns an empty string.

#861 Pull Request Created to fix Response Body Empty String

Please pull the latest from main branch and re-test this scenario. @OdedDvir