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
How totally stop/disable health service on my server?
There are lots of annoying messages in the log HealthService::checkInOk() many times...
I tried many ways,but it's still alive:
How totally stop/disable health service on my server?
There are lots of annoying messages in the log HealthService::checkInOk() many times...
I tried many ways,but it's still alive:
ManagedServiceBuilder......setEnableLocalHealth(false).setHealthService(null);
.....
managedServiceBuilder.....setEnableHealthEndpoint(false)
.....
HealthServiceImpl healthService.....
healthService.stop();
The text was updated successfully, but these errors were encountered: