How to enable Hazelcast debug logging for Spring Cloud Gateway Kubernetes
If Hazelcast fails to discover other Gateway pods or has an issue where it loses quorum then it may be necessary to enable debug logging in order further triage issue.
Spring Cloud Gateway for Kubernetes
#logger.com.hazelcast=debug
#logger.com.hazelcast.cluster=debug
#logger.com.hazelcast.partition=debug
You can also enable Hazelcast debug logging, by adding the following entry to your 'env' in the SpringCloudGateway resource:
env:
- name: LOGGING_LEVEL_COM_HAZELCAST
value: DEBUG