Skip to content

Commit

Permalink
[#1383] add log address info for auto discovery (#1384) (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyouling authored Sep 12, 2024
1 parent 75bc47b commit 33b0e7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ private void initEndPort(String key) {
initialized = true;
}
Map<String, List<String>> zoneAndRegion = generateZoneAndRegionAddress(instances);
LOGGER.info("auto discovery service [{}] addresses: [{}]", key, zoneAndRegion);
if (zoneAndRegion == null) {
return;
}
Expand Down

0 comments on commit 33b0e7f

Please sign in to comment.