You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring-boot 2.0.6 use lettuce as redis default client, and redis health check in actuator do not log the exception. If my redis host is wrong, the console log does not show exception message.
I can only get the cause by /actuator/health.
Why not log warn the exception in AbstractReactiveHealthIndicator.java in spring-boot-actuator like this:
snicoll
changed the title
Add logger.warn when AbstractReactiveHealthIndicator check redis health in springboot2
Reactive health indicators do not log health check failure
Jul 25, 2019
Spring-boot 2.0.6 use lettuce as redis default client, and redis health check in actuator do not log the exception. If my redis host is wrong, the console log does not show exception message.
I can only get the cause by
/actuator/health
.Why not log warn the exception in
AbstractReactiveHealthIndicator.java
in spring-boot-actuator like this:The text was updated successfully, but these errors were encountered: