依赖
spring-boot-starter-actuator是
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency>
在application.properties文件中加入:
#暴露loggers这个endpoint
management.endpoints.web.exposure.include=health,info,loggers
以上内容均是自己亲自测试可以实现