Browse Source

Merge branch '1.1.x'

pull/1442/merge
Dave Syer 12 years ago
parent
commit
9da556d5e9
  1. 2
      spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

2
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -723,7 +723,7 @@ detection. @@ -723,7 +723,7 @@ detection.
By default, log files are written to `spring.log` in your `temp` directory and rotate at
10 Mb. You can easily customize the output folder by setting the `logging.path` property
(for example in your `application.properties`). It is also possible to change the filename
using a `logging.file` property.
using a `logging.file` property. Note that if `logging.file` is used, then setting `logging.path` has no effect.
As with console output, `ERROR`, `WARN` and `INFO` level messages are logged by default.

Loading…
Cancel
Save