Class TopologyChangeLogger

java.lang.Object
com.couchbase.client.core.topology.TopologyChangeLogger

@Internal public class TopologyChangeLogger extends Object
Logs cluster and bucket configuration changes at INFO when they're meaningful to a user, otherwise at DEBUG.

This intentionally uses the deprecated GlobalConfig and BucketConfig classes, as they map more directly to the raw server configs than the *Topology classes.