Spring Boot - Application Configuration
Consider this
If no environment variable
application.yml snippet:logging:
level:
root: ${LOG_LEVEL:INFO}If no environment variable
LOG_LEVEL is set, what will be the logging level?