我阅读了Spring Boot Actuator 文档,看到logfile那里提到的端点真的很方便。
logfile
但是,此终结点未在我的应用程序中注册,我也不知道如何使其可用。这里需要什么?
/ logfile仅包含在1.3.0版中
https://github.com/spring-projects/spring-boot/blob/master/spring-boot- actuator/src/main/java/org/springframework/boot/actuate/endpoint/mvc/LogFileMvcEndpoint.java#L51
如果您使用的是较早版本,则它将不存在。