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
Motivation
----------
Want seed nodes to be easier to read when they
appear in the logs.
Modifications
-------------
Omit absent ports from toString()
Example output after this change:
SeedNode{address='example.com'}
SeedNode{address='example.com', kvPort=1234}
SeedNode{address='example.com', kvPort=1234, mgmtPort=5678}
Change-Id: I1e63b8214ef9102c645cb2e1ba5e26ce099e17d6
Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/213545
Tested-by: Build Bot <[email protected]>
Reviewed-by: Graham Pople <[email protected]>
0 commit comments