Update `logging.path` documentation sample
Update appendix example to use the more common `/var/log` folder rather than `/var/logs`. Fixes gh-3225
This commit is contained in:
parent
20d39f7af2
commit
d6e24a15de
|
@ -42,7 +42,7 @@ content into your application; rather pick only the properties that you need.
|
|||
spring.main....= # see class for all properties
|
||||
|
||||
# LOGGING
|
||||
logging.path=/var/logs
|
||||
logging.path=/var/log
|
||||
logging.file=myapp.log
|
||||
logging.config= # location of config file (default classpath:logback.xml for logback)
|
||||
logging.level.*= # levels for loggers, e.g. "logging.level.org.springframework=DEBUG" (TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF)
|
||||
|
|
Loading…
Reference in New Issue