Commit d6e24a15 authored by Artur Mkrtchyan's avatar Artur Mkrtchyan Committed by Phillip Webb

Update `logging.path` documentation sample

Update appendix example to use the more common `/var/log` folder rather
than `/var/logs`.

Fixes gh-3225
parent 20d39f7a
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment