Skip to content

Commit 4f9fcfc

Browse files
committed
Merge branch '3.1.x'
Closes gh-36854
2 parents cee5c91 + c59eca0 commit 4f9fcfc

File tree

1 file changed

+3
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/features

1 file changed

+3
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/logging.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,9 @@ If you use standard configuration locations, Spring cannot completely control lo
310310
WARNING: There are known classloading issues with Java Util Logging that cause problems when running from an 'executable jar'.
311311
We recommend that you avoid it when running from an 'executable jar' if at all possible.
312312

313-
To help with the customization, some other properties are transferred from the Spring `Environment` to System properties, as described in the following table:
313+
To help with the customization, some other properties are transferred from the Spring `Environment` to System properties.
314+
This allows the properties to be consumed by logging system configuration. For example, setting `logging.file.name` in `application.properties` or `LOGGING_FILE_NAME` as an environment variable will result in the `LOG_FILE` System property being set.
315+
The properties that are transferred are described in the following table:
314316

315317
|===
316318
| Spring Environment | System Property | Comments

0 commit comments

Comments
 (0)