-
Notifications
You must be signed in to change notification settings - Fork 34
Activate and integrate spring-boot-actuator #86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also we could take benefits from using |
Try dynamic logging from 1.5: https://spring.io/blog/2017/01/30/spring-boot-1-5-1-released#loggers-endpoint |
Let's do this after Spring Boot update (#869) |
Also we can update |
Use |
This also will allow us to use Spring Boot Admin Server |
https://docs.spring.io/spring-boot/docs/2.1.x/reference/html/auto-configuration-classes.html#auto-configuration-classes-from-actuator Perhaps, some autoconfigurations could be excluded. |
After porting to Spring Boot (#75) it would be great if we'll enable
spring-boot-actuator
.Related links:
The text was updated successfully, but these errors were encountered: