Skip to content

Commit

Permalink
[#1383] add log address info for auto discovery (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyouling authored Sep 9, 2024
1 parent 220994a commit 9e5fa4e
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 9e5fa4e

Please sign in to comment.