File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1017,6 +1017,10 @@ content into your application; rather pick only the properties that you need.
1017
1017
endpoints.logfile.external-file= # External Logfile to be accessed.
1018
1018
endpoints.logfile.path=/logfile # Endpoint URL path.
1019
1019
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.
1020
1024
endpoints.mappings.enabled= # Enable the endpoint.
1021
1025
endpoints.mappings.id= # Endpoint identifier.
1022
1026
endpoints.mappings.path= # Endpoint path.
You can’t perform that action at this time.
0 commit comments