Spring Boot - Logging
You want to set different log levels for two subpackages:
com.example.api to DEBUG and com.example.api.internal to ERROR. Which configuration in application.properties achieves this?