spring-projects / spring-boot-data-geode

Spring Boot support for Apache Geode and VMware GemFire
https://projects.spring.io/spring-boot
Apache License 2.0
46 stars 49 forks source link

Improve logging output for @EnableClusterAware functionality re:connection type #99

Closed jomartin-999 closed 3 years ago

jomartin-999 commented 3 years ago

Currently, when using the @EnableClusterAware annotation, it is not trivial to determine if SBDG has connected to the source (cluster) the user is expecting.

To improve the user experience it would be helpful if the dependency, once connected, logged what type of connection it found (ex. none-using local region, standalone, Tanzu GemFire for VMs, Tanzu GemFire for Kubernetes).

jxblum commented 3 years ago

Log output is incomplete.

jxblum commented 3 years ago

More logging improvements are needed...