Spring Boot - Logging
Consider a Spring Boot application where you want to log WARN and ERROR messages for
com.example.service but DEBUG and above for com.example.controller. Which application.properties configuration is correct?