]
Jeff Mesnil reassigned WFLY-10862:
----------------------------------
Assignee: Martin Stefanko (was: Jeff Mesnil)
Log warning when MP Health reports DOWN
---------------------------------------
Key: WFLY-10862
URL:
https://issues.redhat.com/browse/WFLY-10862
Project: WildFly
Issue Type: Enhancement
Components: MP Health
Reporter: Rostislav Svoboda
Assignee: Martin Stefanko
Priority: Major
Enhance MP Health functionality to log warning when MP Health reports DOWN.
This can be useful when working on investigation / retrospective analysis.
Open Liberty prints following warning when
http://localhost:9080/health reports DOWN
{code}
[WARNING ] CWMH0051W: The class
com.ibm.ws.microprofile.health.impl.HealthCheckResponseImpl implementing
HealthCheckResponse
in the microprofile-health application in module microprofile-health.war,
reported a DOWN outcome DOWN with data Optional[{availability=not available}].
{code}