Created
September 11, 2015 01:45
-
-
Save krujos/2df98b580d0171fff1e8 to your computer and use it in GitHub Desktop.
spring: set log level by env variable.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
logging: | |
level: | |
org.springframework: ${SPRING_LOG_LEVEL:INFO} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment