Spring Boot - Logging
Given the following
What will be the effective log level for the class
application.properties settings:logging.level.com.example=DEBUG
logging.level.com.example.service=ERRORWhat will be the effective log level for the class
com.example.service.UserService?