added other logs
This commit is contained in:
parent
ca5c9eec77
commit
6e608191df
|
@ -19,7 +19,8 @@ public class GeoportalHealthCheck implements HealthCheck {
|
|||
public HealthCheckResponse call() {
|
||||
log.info(GeoportalHealthCheck.class.getSimpleName() + " call");
|
||||
HealthCheckResponse response = HealthCheckResponse.named(SERVICE_NAME).state(true).withData("serviceStatus", "healthy").build();
|
||||
log.info("Generated HealthCheckResponse: " + response);
|
||||
log.info("Generated HealthCheckResponse: " + response.toString());
|
||||
log.info("Generated HealthCheckResponse map: " + response.getData()!=null?response.getData().toString():"");
|
||||
return response;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue