logfile endpoint in Spring Boot
In order to enable this feature, one of these two params need to be set:
logging.file.name
logging.file.path
Logging configuration
After that the endpoint should be enabled by default.
/logfile
was included in version 1.3.0+ only.
If you use an earlier version it will then not be present..