v1.5.2
Release Notes Version 1.5.2 for .NET5 or NetCore2 or earlier frameworks
- Two new options have been added:
RequestMaxBodySize
(defaults to 100000) : The maximum request body size in bytes to log when sending the data to Moesif. Request body will not be logged if its size exceedsRequestMaxBodySize
.ResponseMaxBodySize
(defaults to 100000) : The maximum response body size in bytes to log when sending the data to Moesif. Reponse body will not be logged if its size exceedsRequestMaxBodySize
.
- Fixed
LogBody
option. If set to false, body is not read into memory.