# SPRING CONFIG (ConfigFileApplicationListener) spring
config
name= # config file name (default to 'application') spring
config
location= # location of config file # PROFILES spring
profiles
active= # comma list of active profiles spring
profiles
include= # unconditionally activate the specified comma separated profiles # APPLICATION SETTINGS (SpringApplication) spring
sources= spring
web-environment= # detect by default spring
show-banner=true spring
= # see class for all properties # LOGGING logging
path=/var/logs logging
file=myapp
log logging
config= # location of config file (default classpath:logback
xml for logback) logging
*= # levels for loggers, e
"logging
springframework=DEBUG" (TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF) # ID