As a developer, I don't want log everything in my project.
Ok, Why?
- The request and response of some endpoints/actions have critical data (username, password, access token, etc.).
- I don't need to logging some data.
I will write the available solutions below.