How to globally enable debug for all the slf4j.Logger objects?
debug
slf4j.Logger
Just add the following to the application.properties
application.properties
logging.level.org.springframework.web=DEBUG logging.level.org.springframework.context=DEBUG