From 6eea679535ab99bc3516ce29fb40899aaf2c86db Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Wed, 4 Jan 2017 23:01:14 +0100 Subject: [PATCH] Add `LoggersEndpoint` to application properties appendix Closes gh-7877 --- .../src/main/asciidoc/appendix-application-properties.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index fa9957d705..061481cfc8 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -1017,6 +1017,10 @@ content into your application; rather pick only the properties that you need. endpoints.logfile.external-file= # External Logfile to be accessed. endpoints.logfile.path=/logfile # Endpoint URL path. endpoints.logfile.sensitive=true # Enable security on the endpoint. + endpoints.loggers.enabled=true # Enable the endpoint. + endpoints.loggers.id= # Endpoint identifier. + endpoints.loggers.path=/logfile # Endpoint path. + endpoints.loggers.sensitive=true # Mark if the endpoint exposes sensitive information. endpoints.mappings.enabled= # Enable the endpoint. endpoints.mappings.id= # Endpoint identifier. endpoints.mappings.path= # Endpoint path.