Commit 00ef2659 authored by Dave Syer's avatar Dave Syer

Add clarification of logging.file (fixes gh-1416)

parent 939af5e9
...@@ -720,7 +720,7 @@ If your terminal supports ANSI, color output will be used to aid readability. ...@@ -720,7 +720,7 @@ If your terminal supports ANSI, color output will be used to aid readability.
By default, log files are written to `spring.log` in your `temp` directory and rotate at 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 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 (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. As with console output, `ERROR`, `WARN` and `INFO` level messages are logged by default.
......
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