Commit 495a79c3 authored by Phillip Webb's avatar Phillip Webb

Document logging properties with @PropertySource

Add a note to the logging documentation to point out a potential gotcha.

Fixes gh-2709
parent 18afe8bd
......@@ -867,6 +867,10 @@ relative to the current directory.
Log files will rotate when they reach 10 Mb and as with console output, `ERROR`, `WARN`
and `INFO` level messages are logged by default.
NOTE: The logging system is initialized early in the application lifecycle and as such
logging properties will not be found in property files loaded via `@PropertySource`
annotations.
[[boot-features-custom-log-levels]]
......
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