- 
                Notifications
    You must be signed in to change notification settings 
- Fork 38.8k
Closed as not planned
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply
Description
Hi!
One of my teams asked if our company spring boot starter could support logging requests
and responses in the same log message (extending CommonsRequestLoggingFilter)
Example:
>> INCOMING >> AFTER REQUEST  
Request: GET /api/endpoint?parameter=allegro-pl  
  Body: <empty body>  
Response: Status 200, took 5 ms  
  Body: {"works":true}  
I can think of some potential problems from that approach, BUT I wanted your opinion as CommonsRequestLoggingFilter maintainers!
Have you thought about this feature?
Maybe there was a decision made in spring team no to support such logging?
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply