Skip to content

Commit d6e24a1

Browse files
arturmkrtchyanphilwebb
authored andcommitted
Update logging.path documentation sample
Update appendix example to use the more common `/var/log` folder rather than `/var/logs`. Fixes spring-projectsgh-3225
1 parent 20d39f7 commit d6e24a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ content into your application; rather pick only the properties that you need.
4242
spring.main....= # see class for all properties
4343
4444
# LOGGING
45-
logging.path=/var/logs
45+
logging.path=/var/log
4646
logging.file=myapp.log
4747
logging.config= # location of config file (default classpath:logback.xml for logback)
4848
logging.level.*= # levels for loggers, e.g. "logging.level.org.springframework=DEBUG" (TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF)

0 commit comments

Comments
 (0)