From a71ad730657cc97b6ab10e38ffe2ce8c3ad7acb7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 3 Jul 2016 17:10:43 +0200 Subject: [PATCH] Document missing property --- .../src/main/asciidoc/appendix-application-properties.adoc | 1 + 1 file changed, 1 insertion(+) 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 2f4536f432..e9615d4cee 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -970,6 +970,7 @@ content into your application; rather pick only the properties that you need. endpoints.liquibase.id= # Endpoint identifier. endpoints.liquibase.sensitive= # Mark if the endpoint exposes sensitive information. endpoints.logfile.enabled=true # Enable the endpoint. + 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.mappings.enabled= # Enable the endpoint.