Spring Boot - Application Configuration
If you have
application.properties with logging.level.root=INFO and application-prod.properties with logging.level.root=ERROR, what will be the logging level when the 'prod' profile is active?