spring boot not showing logging to console slf4j code example
Example: log messages not printing in springboot using org.slf4j.Logger;
Inside "src/main/resources/application.properties" file, add this:
logging.level.com.mypackage.name=INFO
Inside "src/main/resources/application.properties" file, add this:
logging.level.com.mypackage.name=INFO