'How get logs from external library - Spring Boot

Probably it is a stupid question - I have to write a library for logging intercepted requests (I used HandlerInterceptorAdapter). Content for request is logged by Slf4j logger in postHandle method. The thing is that when I add this library to other projects logs are not shown when the app is up.

How I have to configure logger to make these logs visible in app?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source