Skip to content

Commit 00ef265

Browse files
author
Dave Syer
committed
Add clarification of logging.file (fixes gh-1416)
1 parent 939af5e commit 00ef265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ If your terminal supports ANSI, color output will be used to aid readability.
720720
By default, log files are written to `spring.log` in your `temp` directory and rotate at
721721
10 Mb. You can easily customize the output folder by setting the `logging.path` property
722722
(for example in your `application.properties`). It is also possible to change the filename
723-
using a `logging.file` property.
723+
using a `logging.file` property. Note that if `logging.file` is used, then setting `logging.path` has no effect.
724724

725725
As with console output, `ERROR`, `WARN` and `INFO` level messages are logged by default.
726726

0 commit comments

Comments
 (0)