Fix documentation of logging.path and logging.file

See gh-4969
This commit is contained in:
Stephane Nicoll
2016-01-19 09:32:54 +01:00
parent 43ed824f40
commit 2ceadd705b
4 changed files with 14 additions and 14 deletions

View File

@@ -42,8 +42,8 @@ content into your application; rather pick only the properties that you need.
spring.main....= # see class for all properties
# LOGGING
logging.path=/var/log
logging.file=myapp.log
logging.path=/var/log # directory where log files are written
logging.file=myapp.log # name of the log file
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)