You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cluster.toString() current returns something useless like com.couchbase.client.java.Cluster@138a7441.
Improve this behavior, so cluster.toString() returns the same information we see in the logs for a CoreCreatedEvent. So, something like:
Cluster{"clientVersion":"3.9.0-SNAPSHOT", etc...}
Change-Id: Ibe4e8082e9b699798060dd543159b22527d55c68
Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/229655
Reviewed-by: David Nault <[email protected]>
Tested-by: Build Bot <[email protected]>
0 commit comments