DevMigration

Blog designed to help others.

Logging in your Spring-boot application with LogBook

2021-03-26 Articles Renso Diaz
Logging requests and responses is easy but sometimes it turns into a complicated mess because we need to change and figure out where things are being printed or which files are doing it. So a great solution for that is Logbook, because it allows you to modify Beans with your own filters and intercept the requests and responses in one single place. Add dependencies to the Pom.xml file: <!-- LogBook dependency --> <dependency> <groupId>org. Continue reading