Skip to content

Instantly share code, notes, and snippets.

@krujos
Created September 11, 2015 01:45
Show Gist options
  • Save krujos/2df98b580d0171fff1e8 to your computer and use it in GitHub Desktop.
Save krujos/2df98b580d0171fff1e8 to your computer and use it in GitHub Desktop.
spring: set log level by env variable.
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