algoan / nestjs-components

A list of useful components for NestJS applications
https://www.algoan.com
254 stars 40 forks source link

[FEAT] apply log masks to http exception body #817

Closed LeKer29 closed 11 months ago

LeKer29 commented 11 months ago

Description

This pull request aims to apply log masks to HTTP exception body.

Motivation and Context

For HTTP exceptions, the request body is displayed in the logs (error or warn). Thus the masking options should be applied to the body.

Types of changes