Skip to content

Commit ad4a53e

Browse files
committed
Merge pull request spring-projects#7877 from vpavic:fix-docs
* pr/7877: Add `LoggersEndpoint` to application properties appendix
2 parents fac6b8d + 6eea679 commit ad4a53e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,10 @@ content into your application; rather pick only the properties that you need.
10171017
endpoints.logfile.external-file= # External Logfile to be accessed.
10181018
endpoints.logfile.path=/logfile # Endpoint URL path.
10191019
endpoints.logfile.sensitive=true # Enable security on the endpoint.
1020+
endpoints.loggers.enabled=true # Enable the endpoint.
1021+
endpoints.loggers.id= # Endpoint identifier.
1022+
endpoints.loggers.path=/logfile # Endpoint path.
1023+
endpoints.loggers.sensitive=true # Mark if the endpoint exposes sensitive information.
10201024
endpoints.mappings.enabled= # Enable the endpoint.
10211025
endpoints.mappings.id= # Endpoint identifier.
10221026
endpoints.mappings.path= # Endpoint path.

0 commit comments

Comments
 (0)