DEV Community

Vijay SRJ
Vijay SRJ

Posted on

How to log incoming requests to your REST APIs in a centralized way using Spring Boot?

Experimented with Spring Interceptors and HttpServletRequestWrapper object and figured out how to log incoming requests to REST APIs in a centralized way in Spring Boot:
https://fullstackdeveloper.guru/2020/09/25/how-to-log-incoming-requests-to-all-rest-services-in-spring-boot/

Top comments (0)