Spring Boot – How to log all requests and responses with exceptions in single place? I’m working on rest api with spring boot. I need to log all requests with input params (with methods, eg. GET, POST, etc), request path, query string, corresponding class... May 15, 2022 0 Comments